Html Css Color HEX #085D0F Green

📋 copy color: '#085D0F'

red 8 ◦ green 93 ◦ blue 15

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

Shades of Green #085D0F

Tints of Green #085D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.93%

R = 6.9%
G = 80.17%
B = 12.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#085D0F (or 0x085D0F) is known color: Green. HEX triplet: 08, 5D and 0F. RGB value is (8,93,15). Sum of RGB (Red+Green+Blue) = 8+93+15=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 93 (36.72% from 255 or 80.17% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 93 - color contains mainly: green. Hex color #085D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D0F is #F7A2F0. Grayscale: #3A3A3A. Windows color (decimal): -16229105 or 1006856. OLE color: 1006856.

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

Color convert

RGB 8 93 15 -
CMYK 0.91 0 0.84 0.64
HSL 124.94º 0.84% 0.2% -
HSV(B) 124.94º 0.91% 0.36% -
XYZ 4.1 7.91 1.76 -
YUV 58.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 8 93 15 0.91 0 0.84 0.64 124.94 0.84 0.2
Hex 8 5D F 5B 0 54 40 7D 54 14
Octal 10 135 17 133 0 124 100 175 124 24
Binary 1000 1011101 1111 1011011 0 1010100 1000000 1111101 1010100 10100

Color Harmonies of #085D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D0F

Black with #085D0F

Text Example


Text Example

White with #085D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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