Html Css Color HEX #0C6215 Crusoe

📋 copy color: '#0C6215'

red 12 ◦ green 98 ◦ blue 21

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

Shades of Crusoe #0C6215

Tints of Crusoe #0C6215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.03%

R = 9.16%
G = 74.81%
B = 16.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#0C6215 (or 0x0C6215) is known color: Crusoe. HEX triplet: 0C, 62 and 15. RGB value is (12,98,21). Sum of RGB (Red+Green+Blue) = 12+98+21=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6215 is #F39DEA. Grayscale: #3F3F3F. Windows color (decimal): -15965675 or 1401356. OLE color: 1401356.

HSL color Cylindrical-coordinate representation of color #0C6215: hue angle of 126.28º 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 #0C6215 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 98 21 -
CMYK 0.88 0 0.79 0.62
HSL 126.28º 0.78% 0.22% -
HSV(B) 126.28º 0.88% 0.38% -
XYZ 4.65 8.87 2.18 -
YUV 63.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 12 98 21 0.88 0 0.79 0.62 126.28 0.78 0.22
Hex C 62 15 58 0 4F 3E 7E 4E 16
Octal 14 142 25 130 0 117 76 176 116 26
Binary 1100 1100010 10101 1011000 0 1001111 111110 1111110 1001110 10110

Color Harmonies of #0C6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6215

Black with #0C6215

Text Example


Text Example

White with #0C6215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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