Html Css Color HEX #0C6219 Crusoe

📋 copy color: '#0C6219'

red 12 ◦ green 98 ◦ blue 25

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

Shades of Crusoe #0C6219

Tints of Crusoe #0C6219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 8.89%
G = 72.59%
B = 18.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#0C6219 (or 0x0C6219) is known color: Crusoe. HEX triplet: 0C, 62 and 19. RGB value is (12,98,25). Sum of RGB (Red+Green+Blue) = 12+98+25=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6219 is #F39DE6. Grayscale: #404040. Windows color (decimal): -15965671 or 1663500. OLE color: 1663500.

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

Color convert

RGB 12 98 25 -
CMYK 0.88 0 0.74 0.62
HSL 129.07º 0.78% 0.22% -
HSV(B) 129.07º 0.88% 0.38% -
XYZ 4.69 8.88 2.39 -
YUV 63.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 12 98 25 0.88 0 0.74 0.62 129.07 0.78 0.22
Hex C 62 19 58 0 4A 3E 81 4E 16
Octal 14 142 31 130 0 112 76 201 116 26
Binary 1100 1100010 11001 1011000 0 1001010 111110 10000001 1001110 10110

Color Harmonies of #0C6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6219

Black with #0C6219

Text Example


Text Example

White with #0C6219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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