#6CBE0E

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

Shades of Christi #6CBE0E

Tints of Christi #6CBE0E

Color information

#6CBE0E (or 0x6CBE0E) is unknown color: approx Christi. HEX triplet: 6C, BE and 0E. RGB value is (108,190,14). Sum of RGB (Red+Green+Blue) = 108+190+14=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBE0E is #9341F1. Grayscale: #929292. Windows color (decimal): -9650674 or 966252. OLE color: 966252.

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

Color convert

RGB10819014-
CMYK0.4300.930.25
HSL87.95º86.27%40%-
HSV(B)87.95º92.63%74.51%-
XYZ24.6840.056.84-
YUV145.4253.83101.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.62%
GREEN value IS 190 (74.61% from 255) = 60.90%
BLUE value IS 14 (5.86% from 255) = 4.49%
R=34.62%
G=60.90%
B=4.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108190140.4300.930.2587.9586.2740
Hex6CBEE2B05D19585628
Octal154276165301353113012650
Binary1101100101111101110101011010111011100110110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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