Html Css Color HEX #0C6023 Crusoe

📋 copy color: '#0C6023'

red 12 ◦ green 96 ◦ blue 35

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

Shades of Crusoe #0C6023

Tints of Crusoe #0C6023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 67.13%

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 8.39%
G = 67.13%
B = 24.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#0C6023 (or 0x0C6023) is known color: Crusoe. HEX triplet: 0C, 60 and 23. RGB value is (12,96,35). Sum of RGB (Red+Green+Blue) = 12+96+35=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6023 is #F39FDC. Grayscale: #404040. Windows color (decimal): -15966173 or 2318348. OLE color: 2318348.

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

Color convert

RGB 12 96 35 -
CMYK 0.88 0 0.64 0.62
HSL 136.43º 0.78% 0.21% -
HSV(B) 136.43º 0.88% 0.38% -
XYZ 4.64 8.57 3 -
YUV 63.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 12 96 35 0.88 0 0.64 0.62 136.43 0.78 0.21
Hex C 60 23 58 0 40 3E 88 4E 15
Octal 14 140 43 130 0 100 76 210 116 25
Binary 1100 1100000 100011 1011000 0 1000000 111110 10001000 1001110 10101

Color Harmonies of #0C6023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6023

Black with #0C6023

Text Example


Text Example

White with #0C6023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,35); }

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

background-color css

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

 a { background-color: rgb(12,96,35); }

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

border-color css

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

 span { border-color: rgb(12,96,35); }

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