Html Css Color HEX #085B0E Green

📋 copy color: '#085B0E'

red 8 ◦ green 91 ◦ blue 14

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

Shades of Green #085B0E

Tints of Green #085B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 80.53%

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

R = 7.08%
G = 80.53%
B = 12.39%

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

#085B0E (or 0x085B0E) is known color: Green. HEX triplet: 08, 5B and 0E. RGB value is (8,91,14). Sum of RGB (Red+Green+Blue) = 8+91+14=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #085B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B0E is #F7A4F1. Grayscale: #393939. Windows color (decimal): -16229618 or 940808. OLE color: 940808.

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

Color convert

RGB 8 91 14 -
CMYK 0.91 0 0.85 0.64
HSL 124.34º 0.84% 0.19% -
HSV(B) 124.34º 0.91% 0.36% -
XYZ 3.92 7.57 1.67 -
YUV 57.41 103.5 92.76 -
System Red Green Blue C M Y K H S L
Decimal 8 91 14 0.91 0 0.85 0.64 124.34 0.84 0.19
Hex 8 5B E 5B 0 55 40 7C 54 13
Octal 10 133 16 133 0 125 100 174 124 23
Binary 1000 1011011 1110 1011011 0 1010101 1000000 1111100 1010100 10011

Color Harmonies of #085B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B0E

Black with #085B0E

Text Example


Text Example

White with #085B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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