Html Css Color HEX #0C6221 Crusoe

📋 copy color: '#0C6221'

red 12 ◦ green 98 ◦ blue 33

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

Shades of Crusoe #0C6221

Tints of Crusoe #0C6221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 68.53%

 BLUE value IS 33 (13.28% from 255) = 23.08%

R = 8.39%
G = 68.53%
B = 23.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#0C6221 (or 0x0C6221) is known color: Crusoe. HEX triplet: 0C, 62 and 21. RGB value is (12,98,33). Sum of RGB (Red+Green+Blue) = 12+98+33=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6221 is #F39DDE. Grayscale: #414141. Windows color (decimal): -15965663 or 2187788. OLE color: 2187788.

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

Color convert

RGB 12 98 33 -
CMYK 0.88 0 0.66 0.62
HSL 134.65º 0.78% 0.22% -
HSV(B) 134.65º 0.88% 0.38% -
XYZ 4.79 8.92 2.91 -
YUV 64.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 12 98 33 0.88 0 0.66 0.62 134.65 0.78 0.22
Hex C 62 21 58 0 42 3E 87 4E 16
Octal 14 142 41 130 0 102 76 207 116 26
Binary 1100 1100010 100001 1011000 0 1000010 111110 10000111 1001110 10110

Color Harmonies of #0C6221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6221

Black with #0C6221

Text Example


Text Example

White with #0C6221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,98,33); }

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

background-color css

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

 a { background-color: rgb(12,98,33); }

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

border-color css

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

 span { border-color: rgb(12,98,33); }

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