Html Css Color HEX #0C6731 Crusoe

📋 copy color: '#0C6731'

red 12 ◦ green 103 ◦ blue 49

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

Shades of Crusoe #0C6731

Tints of Crusoe #0C6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.8%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 7.32%
G = 62.8%
B = 29.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#0C6731 (or 0x0C6731) is known color: Crusoe. HEX triplet: 0C, 67 and 31. RGB value is (12,103,49). Sum of RGB (Red+Green+Blue) = 12+103+49=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #0C6731 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6731 is #F398CE. Grayscale: #454545. Windows color (decimal): -15964367 or 3237644. OLE color: 3237644.

HSL color Cylindrical-coordinate representation of color #0C6731: hue angle of 144.4º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6731 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 103 49 -
CMYK 0.88 0 0.52 0.60
HSL 144.4º 0.79% 0.23% -
HSV(B) 144.4º 0.88% 0.4% -
XYZ 5.56 10 4.54 -
YUV 69.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 12 103 49 0.88 0 0.52 0.60 144.4 0.79 0.23
Hex C 67 31 58 0 34 3C 90 4F 17
Octal 14 147 61 130 0 64 74 220 117 27
Binary 1100 1100111 110001 1011000 0 110100 111100 10010000 1001111 10111

Color Harmonies of #0C6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6731

Black with #0C6731

Text Example


Text Example

White with #0C6731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,49); }

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

background-color css

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

 a { background-color: rgb(12,103,49); }

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

border-color css

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

 span { border-color: rgb(12,103,49); }

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