Html Css Color HEX #086D1E Crusoe

📋 copy color: '#086D1E'

red 8 ◦ green 109 ◦ blue 30

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

Shades of Crusoe #086D1E

Tints of Crusoe #086D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 74.15%

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

R = 5.44%
G = 74.15%
B = 20.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#086D1E (or 0x086D1E) is known color: Crusoe. HEX triplet: 08, 6D and 1E. RGB value is (8,109,30). Sum of RGB (Red+Green+Blue) = 8+109+30=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 109 (42.97% from 255 or 74.15% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 109 - color contains mainly: green. Hex color #086D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086D1E is #F792E1. Grayscale: #464646. Windows color (decimal): -16224994 or 1993992. OLE color: 1993992.

HSL color Cylindrical-coordinate representation of color #086D1E: hue angle of 133.07º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D1E is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 109 30 -
CMYK 0.93 0 0.72 0.57
HSL 133.07º 0.86% 0.23% -
HSV(B) 133.07º 0.93% 0.43% -
XYZ 5.8 11.08 3.06 -
YUV 69.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 8 109 30 0.93 0 0.72 0.57 133.07 0.86 0.23
Hex 8 6D 1E 5D 0 48 39 85 56 17
Octal 10 155 36 135 0 110 71 205 126 27
Binary 1000 1101101 11110 1011101 0 1001000 111001 10000101 1010110 10111

Color Harmonies of #086D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D1E

Black with #086D1E

Text Example


Text Example

White with #086D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,30); }

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

background-color css

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

 a { background-color: rgb(8,109,30); }

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

border-color css

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

 span { border-color: rgb(8,109,30); }

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