Html Css Color HEX #085D0E Green

📋 copy color: '#085D0E'

red 8 ◦ green 93 ◦ blue 14

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

Shades of Green #085D0E

Tints of Green #085D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 80.87%

 BLUE value IS 14 (5.86% from 255) = 12.17%

R = 6.96%
G = 80.87%
B = 12.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#085D0E (or 0x085D0E) is known color: Green. HEX triplet: 08, 5D and 0E. RGB value is (8,93,14). Sum of RGB (Red+Green+Blue) = 8+93+14=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #085D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D0E is #F7A2F1. Grayscale: #3A3A3A. Windows color (decimal): -16229106 or 941320. OLE color: 941320.

HSL color Cylindrical-coordinate representation of color #085D0E: hue angle of 124.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D0E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 93 14 -
CMYK 0.91 0 0.85 0.64
HSL 124.24º 0.84% 0.2% -
HSV(B) 124.24º 0.91% 0.36% -
XYZ 4.09 7.91 1.73 -
YUV 58.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 8 93 14 0.91 0 0.85 0.64 124.24 0.84 0.2
Hex 8 5D E 5B 0 55 40 7C 54 14
Octal 10 135 16 133 0 125 100 174 124 24
Binary 1000 1011101 1110 1011011 0 1010101 1000000 1111100 1010100 10100

Color Harmonies of #085D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D0E

Black with #085D0E

Text Example


Text Example

White with #085D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085D0E; }

 p { color: rgb(8,93,14); }

 H1.HeaderClassName
 {
   color: #085D0E;
 }
 .AnyTagClassName
 {
   color: #085D0E;
 }
</style>

background-color css

<style>
 a { background-color: #085D0E; }

 a { background-color: rgb(8,93,14); }

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

border-color css

<style>
 span { border-color: #085D0E; }

 span { border-color: rgb(8,93,14); }

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