#6CBE0C

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

Shades of Christi #6CBE0C

Tints of Christi #6CBE0C

Color information

#6CBE0C (or 0x6CBE0C) is unknown color: approx Christi. HEX triplet: 6C, BE and 0C. RGB value is (108,190,12). Sum of RGB (Red+Green+Blue) = 108+190+12=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 190 (74.61% from 255 or 61.29% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBE0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBE0C is #9341F3. Grayscale: #919191. Windows color (decimal): -9650676 or 835180. OLE color: 835180.

HSL color Cylindrical-coordinate representation of color #6CBE0C: hue angle of 87.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CBE0C is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB10819012-
CMYK0.4300.940.25
HSL87.64º88.12%39.61%-
HSV(B)87.64º93.68%74.51%-
XYZ24.6640.046.78-
YUV145.1952.83101.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 190 (74.61% from 255) = 61.29%
BLUE value IS 12 (5.08% from 255) = 3.87%
R=34.84%
G=61.29%
B=3.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108190120.4300.940.2587.6488.1239.61
Hex6CBEC2B05E19585828
Octal154276145301363113013050
Binary1101100101111101100101011010111101100110110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,190,12); }

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

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

 a { background-color: rgb(108,190,12); }

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

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

 span { border-color: rgb(108,190,12); }

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