Html Css Color HEX #086F1C Crusoe

📋 copy color: '#086F1C'

red 8 ◦ green 111 ◦ blue 28

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

Shades of Crusoe #086F1C

Tints of Crusoe #086F1C

RGB

 RED value IS 8 (3.52% from 255) = 5.44%

 GREEN value IS 111 (43.75% from 255) = 75.51%

 BLUE value IS 28 (11.33% from 255) = 19.05%

R = 5.44%
G = 75.51%
B = 19.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#086F1C (or 0x086F1C) is known color: Crusoe. HEX triplet: 08, 6F and 1C. RGB value is (8,111,28). Sum of RGB (Red+Green+Blue) = 8+111+28=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 111 (43.75% from 255 or 75.51% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 111 - color contains mainly: green. Hex color #086F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F1C is #F790E3. Grayscale: #464646. Windows color (decimal): -16224484 or 1863432. OLE color: 1863432.

HSL color Cylindrical-coordinate representation of color #086F1C: hue angle of 131.65º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F1C is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 111 28 -
CMYK 0.93 0 0.75 0.56
HSL 131.65º 0.87% 0.23% -
HSV(B) 131.65º 0.93% 0.44% -
XYZ 5.99 11.5 3 -
YUV 70.74 103.88 83.25 -
System Red Green Blue C M Y K H S L
Decimal 8 111 28 0.93 0 0.75 0.56 131.65 0.87 0.23
Hex 8 6F 1C 5D 0 4B 38 84 57 17
Octal 10 157 34 135 0 113 70 204 127 27
Binary 1000 1101111 11100 1011101 0 1001011 111000 10000100 1010111 10111

Color Harmonies of #086F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F1C

Black with #086F1C

Text Example


Text Example

White with #086F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086F1C; }

 p { color: rgb(8,111,28); }

 H1.HeaderClassName
 {
   color: #086F1C;
 }
 .AnyTagClassName
 {
   color: #086F1C;
 }
</style>

background-color css

<style>
 a { background-color: #086F1C; }

 a { background-color: rgb(8,111,28); }

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

border-color css

<style>
 span { border-color: #086F1C; }

 span { border-color: rgb(8,111,28); }

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