#6CAD0E

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

Shades of Christi #6CAD0E

Tints of Christi #6CAD0E

Color information

#6CAD0E (or 0x6CAD0E) is unknown color: approx Christi. HEX triplet: 6C, AD and 0E. RGB value is (108,173,14). Sum of RGB (Red+Green+Blue) = 108+173+14=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAD0E is #9352F1. Grayscale: #888888. Windows color (decimal): -9655026 or 961900. OLE color: 961900.

HSL color Cylindrical-coordinate representation of color #6CAD0E: hue angle of 84.53º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CAD0E is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB10817314-
CMYK0.3800.920.32
HSL84.53º85.03%36.67%-
HSV(B)84.53º91.91%67.84%-
XYZ21.2133.115.69-
YUV135.4459.47108.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 173 (67.97% from 255) = 58.64%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=36.61%
G=58.64%
B=4.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108173140.3800.920.3284.5385.0336.67
Hex6CADE2605C20555525
Octal154255164601344012512545
Binary11011001010110111101001100101110010000010101011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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