Html Css Color HEX #085A07 Green

📋 copy color: '#085A07'

red 8 ◦ green 90 ◦ blue 7

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

Shades of Green #085A07

Tints of Green #085A07

RGB

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

 GREEN value IS 90 (35.55% from 255) = 85.71%

 BLUE value IS 7 (3.13% from 255) = 6.67%

R = 7.62%
G = 85.71%
B = 6.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#085A07 (or 0x085A07) is known color: Green. HEX triplet: 08, 5A and 07. RGB value is (8,90,7). Sum of RGB (Red+Green+Blue) = 8+90+7=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 90 (35.55% from 255 or 85.71% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 90 - color contains mainly: green. Hex color #085A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A07 is #F7A5F8. Grayscale: #383838. Windows color (decimal): -16229881 or 481800. OLE color: 481800.

HSL color Cylindrical-coordinate representation of color #085A07: hue angle of 119.28º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085A07 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 90 7 -
CMYK 0.91 0 0.92 0.65
HSL 119.28º 0.86% 0.19% -
HSV(B) 119.28º 0.92% 0.35% -
XYZ 3.79 7.38 1.43 -
YUV 56.02 100.33 93.75 -
System Red Green Blue C M Y K H S L
Decimal 8 90 7 0.91 0 0.92 0.65 119.28 0.86 0.19
Hex 8 5A 7 5B 0 5C 41 77 56 13
Octal 10 132 7 133 0 134 101 167 126 23
Binary 1000 1011010 111 1011011 0 1011100 1000001 1110111 1010110 10011

Color Harmonies of #085A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A07

Black with #085A07

Text Example


Text Example

White with #085A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,7); }

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

background-color css

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

 a { background-color: rgb(8,90,7); }

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

border-color css

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

 span { border-color: rgb(8,90,7); }

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