Html Css Color HEX #0C611D Crusoe

📋 copy color: '#0C611D'

red 12 ◦ green 97 ◦ blue 29

#0C611D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0C611D

Tints of Crusoe #0C611D

RGB

 RED value IS 12 (5.08% from 255) = 8.7%

 GREEN value IS 97 (38.28% from 255) = 70.29%

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 8.7%
G = 70.29%
B = 21.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#0C611D (or 0x0C611D) is known color: Crusoe. HEX triplet: 0C, 61 and 1D. RGB value is (12,97,29). Sum of RGB (Red+Green+Blue) = 12+97+29=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #0C611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C611D is #F39EE2. Grayscale: #404040. Windows color (decimal): -15965923 or 1925388. OLE color: 1925388.

HSL color Cylindrical-coordinate representation of color #0C611D: hue angle of 132º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C611D is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 29 -
CMYK 0.88 0 0.70 0.62
HSL 132º 0.78% 0.21% -
HSV(B) 132º 0.88% 0.38% -
XYZ 4.65 8.72 2.6 -
YUV 63.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 12 97 29 0.88 0 0.70 0.62 132 0.78 0.21
Hex C 61 1D 58 0 46 3E 84 4E 15
Octal 14 141 35 130 0 106 76 204 116 25
Binary 1100 1100001 11101 1011000 0 1000110 111110 10000100 1001110 10101

Color Harmonies of #0C611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C611D

Black with #0C611D

Text Example


Text Example

White with #0C611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,97,29); }

 H1.HeaderClassName
 {
   color: #0C611D;
 }
 .AnyTagClassName
 {
   color: #0C611D;
 }
</style>

background-color css

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

 a { background-color: rgb(12,97,29); }

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

border-color css

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

 span { border-color: rgb(12,97,29); }

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