#0C661A

Color #0C661A Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0C661A

Tints of Crusoe #0C661A

Color information

#0C661A (or 0x0C661A) is unknown color: approx Crusoe. HEX triplet: 0C, 66 and 1A. RGB value is (12,102,26). Sum of RGB (Red+Green+Blue) = 12+102+26=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 102 (40.23% from 255 or 72.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 102 - color contains mainly: green. Hex color #0C661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C661A is #F399E5. Grayscale: #424242. Windows color (decimal): -15964646 or 1730060. OLE color: 1730060.

HSL color Cylindrical-coordinate representation of color #0C661A: hue angle of 129.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C661A is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1210226-
CMYK0.8800.750.6
HSL129.33º78.95%22.35%-
HSV(B)129.33º88.24%40%-
XYZ5.099.662.57-
YUV66.43105.1889.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.57%
GREEN value IS 102 (40.23% from 255) = 72.86%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=8.57%
G=72.86%
B=18.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102260.8800.750.6129.3378.9522.35
HexC661A5804B3C814f16
Octal141463213001137420111726
Binary110011001101101010110000100101111110010000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C661A; }

 p { color: rgb(12,102,26); }

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

<style>
 a { background-color: #0C661A; }

 a { background-color: rgb(12,102,26); }

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

<style>
 span { border-color: #0C661A; }

 span { border-color: rgb(12,102,26); }

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