Html Css Color HEX #085B0D Green

📋 copy color: '#085B0D'

red 8 ◦ green 91 ◦ blue 13

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

Shades of Green #085B0D

Tints of Green #085B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 7.14%
G = 81.25%
B = 11.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#085B0D (or 0x085B0D) is known color: Green. HEX triplet: 08, 5B and 0D. RGB value is (8,91,13). Sum of RGB (Red+Green+Blue) = 8+91+13=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #085B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B0D is #F7A4F2. Grayscale: #393939. Windows color (decimal): -16229619 or 875272. OLE color: 875272.

HSL color Cylindrical-coordinate representation of color #085B0D: hue angle of 123.61º 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 #085B0D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 91 13 -
CMYK 0.91 0 0.86 0.64
HSL 123.61º 0.84% 0.19% -
HSV(B) 123.61º 0.91% 0.36% -
XYZ 3.91 7.56 1.63 -
YUV 57.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 8 91 13 0.91 0 0.86 0.64 123.61 0.84 0.19
Hex 8 5B D 5B 0 56 40 7C 54 13
Octal 10 133 15 133 0 126 100 174 124 23
Binary 1000 1011011 1101 1011011 0 1010110 1000000 1111100 1010100 10011

Color Harmonies of #085B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B0D

Black with #085B0D

Text Example


Text Example

White with #085B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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