Html Css Color HEX #0C681F Crusoe

📋 copy color: '#0C681F'

red 12 ◦ green 104 ◦ blue 31

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

Shades of Crusoe #0C681F

Tints of Crusoe #0C681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 70.75%

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 8.16%
G = 70.75%
B = 21.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#0C681F (or 0x0C681F) is known color: Crusoe. HEX triplet: 0C, 68 and 1F. RGB value is (12,104,31). Sum of RGB (Red+Green+Blue) = 12+104+31=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #0C681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C681F is #F397E0. Grayscale: #444444. Windows color (decimal): -15964129 or 2058252. OLE color: 2058252.

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

Color convert

RGB 12 104 31 -
CMYK 0.88 0 0.70 0.59
HSL 132.39º 0.79% 0.23% -
HSV(B) 132.39º 0.88% 0.41% -
XYZ 5.35 10.08 2.96 -
YUV 68.17 107.02 87.94 -
System Red Green Blue C M Y K H S L
Decimal 12 104 31 0.88 0 0.70 0.59 132.39 0.79 0.23
Hex C 68 1F 58 0 46 3B 84 4F 17
Octal 14 150 37 130 0 106 73 204 117 27
Binary 1100 1101000 11111 1011000 0 1000110 111011 10000100 1001111 10111

Color Harmonies of #0C681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C681F

Black with #0C681F

Text Example


Text Example

White with #0C681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,104,31); }

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

background-color css

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

 a { background-color: rgb(12,104,31); }

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

border-color css

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

 span { border-color: rgb(12,104,31); }

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