Html Css Color HEX #0C6027 Crusoe

📋 copy color: '#0C6027'

red 12 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #0C6027

Tints of Crusoe #0C6027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.53%

R = 8.16%
G = 65.31%
B = 26.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#0C6027 (or 0x0C6027) is known color: Crusoe. HEX triplet: 0C, 60 and 27. RGB value is (12,96,39). Sum of RGB (Red+Green+Blue) = 12+96+39=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6027 is #F39FD8. Grayscale: #404040. Windows color (decimal): -15966169 or 2580492. OLE color: 2580492.

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

Color convert

RGB 12 96 39 -
CMYK 0.88 0 0.59 0.62
HSL 139.29º 0.78% 0.21% -
HSV(B) 139.29º 0.88% 0.38% -
XYZ 4.7 8.59 3.33 -
YUV 64.39 113.67 90.63 -
System Red Green Blue C M Y K H S L
Decimal 12 96 39 0.88 0 0.59 0.62 139.29 0.78 0.21
Hex C 60 27 58 0 3B 3E 8B 4E 15
Octal 14 140 47 130 0 73 76 213 116 25
Binary 1100 1100000 100111 1011000 0 111011 111110 10001011 1001110 10101

Color Harmonies of #0C6027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6027

Black with #0C6027

Text Example


Text Example

White with #0C6027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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