#6ca70b

Color #6CA70B Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6CA70B

Tints of Christi #6CA70B

Color information

#6CA70B (or 0x6CA70B) is unknown color: approx Christi. HEX triplet: 6C, A7 and 0B. RGB value is (108,167,11). Sum of RGB (Red+Green+Blue) = 108+167+11=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #6CA70B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA70B is #9358F4. Grayscale: #848484. Windows color (decimal): -9656565 or 763756. OLE color: 763756.

HSL color Cylindrical-coordinate representation of color #6CA70B: hue angle of 82.69º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CA70B is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB10816711-
CMYK0.3500.930.35
HSL82.69º87.64%34.9%-
HSV(B)82.69º93.41%65.49%-
XYZ20.0630.855.21-
YUV131.5759.95111.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 167 (65.62% from 255) = 58.39%
BLUE value IS 11 (4.69% from 255) = 3.85%
R=37.76%
G=58.39%
B=3.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108167110.3500.930.3582.6987.6434.9
Hex6CA7B2305D23535823
Octal154247134301354312313043
Binary11011001010011110111000110101110110001110100111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ca70b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ca70b; }

 p { color: rgb(108,167,11); }

 H1.HeaderClassName
 {
   color: #6ca70b;
 }
 .AnyTagClassName
 {
   color: #6ca70b;
 }
</style>
background-color css

<style>
 a { background-color: #6ca70b; }

 a { background-color: rgb(108,167,11); }

 div.DivClassName
 {
   background-color: #6ca70b;
 }
 .BgClassName
 {
   background-color: #6ca70b;
 }
</style>
border-color css

<style>
 span { border-color: #6ca70b; }

 span { border-color: rgb(108,167,11); }

 td.TdClassName
 {
   border-color: #6ca70b;
 }
 .TagClassName
 {
   border-color: #6ca70b;
 }
</style>