Html Css Color HEX #0C611E Crusoe

📋 copy color: '#0C611E'

red 12 ◦ green 97 ◦ blue 30

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

Shades of Crusoe #0C611E

Tints of Crusoe #0C611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 69.78%

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 8.63%
G = 69.78%
B = 21.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#0C611E (or 0x0C611E) is known color: Crusoe. HEX triplet: 0C, 61 and 1E. RGB value is (12,97,30). Sum of RGB (Red+Green+Blue) = 12+97+30=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #0C611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C611E is #F39EE1. Grayscale: #404040. Windows color (decimal): -15965922 or 1990924. OLE color: 1990924.

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

Color convert

RGB 12 97 30 -
CMYK 0.88 0 0.69 0.62
HSL 132.71º 0.78% 0.21% -
HSV(B) 132.71º 0.88% 0.38% -
XYZ 4.66 8.72 2.67 -
YUV 63.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 12 97 30 0.88 0 0.69 0.62 132.71 0.78 0.21
Hex C 61 1E 58 0 45 3E 85 4E 15
Octal 14 141 36 130 0 105 76 205 116 25
Binary 1100 1100001 11110 1011000 0 1000101 111110 10000101 1001110 10101

Color Harmonies of #0C611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C611E

Black with #0C611E

Text Example


Text Example

White with #0C611E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,97,30); }

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

background-color css

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

 a { background-color: rgb(12,97,30); }

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

border-color css

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

 span { border-color: rgb(12,97,30); }

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