#6CBD13

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

Shades of Christi #6CBD13

Tints of Christi #6CBD13

Color information

#6CBD13 (or 0x6CBD13) is unknown color: approx Christi. HEX triplet: 6C, BD and 13. RGB value is (108,189,19). Sum of RGB (Red+Green+Blue) = 108+189+19=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBD13 is #9342EC. Grayscale: #929292. Windows color (decimal): -9650925 or 1293676. OLE color: 1293676.

HSL color Cylindrical-coordinate representation of color #6CBD13: hue angle of 88.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CBD13 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB10818919-
CMYK0.4300.900.26
HSL88.59º81.73%40.78%-
HSV(B)88.59º89.95%74.12%-
XYZ24.539.636.97-
YUV145.456.66101.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.18%
GREEN value IS 189 (74.22% from 255) = 59.81%
BLUE value IS 19 (7.81% from 255) = 6.01%
R=34.18%
G=59.81%
B=6.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108189190.4300.900.2688.5981.7340.78
Hex6CBD132B05A1A595229
Octal154275235301323213112251
Binary11011001011110110011101011010110101101010110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,189,19); }

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

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

 a { background-color: rgb(108,189,19); }

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

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

 span { border-color: rgb(108,189,19); }

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