Html Css Color HEX #085C10 Green

📋 copy color: '#085C10'

red 8 ◦ green 92 ◦ blue 16

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

Shades of Green #085C10

Tints of Green #085C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 79.31%

 BLUE value IS 16 (6.64% from 255) = 13.79%

R = 6.9%
G = 79.31%
B = 13.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#085C10 (or 0x085C10) is known color: Green. HEX triplet: 08, 5C and 10. RGB value is (8,92,16). Sum of RGB (Red+Green+Blue) = 8+92+16=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 92 (36.33% from 255 or 79.31% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 92 - color contains mainly: green. Hex color #085C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C10 is #F7A3EF. Grayscale: #3A3A3A. Windows color (decimal): -16229360 or 1072136. OLE color: 1072136.

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

Color convert

RGB 8 92 16 -
CMYK 0.91 0 0.83 0.64
HSL 125.71º 0.84% 0.2% -
HSV(B) 125.71º 0.91% 0.36% -
XYZ 4.02 7.74 1.77 -
YUV 58.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 8 92 16 0.91 0 0.83 0.64 125.71 0.84 0.2
Hex 8 5C 10 5B 0 53 40 7E 54 14
Octal 10 134 20 133 0 123 100 176 124 24
Binary 1000 1011100 10000 1011011 0 1010011 1000000 1111110 1010100 10100

Color Harmonies of #085C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C10

Black with #085C10

Text Example


Text Example

White with #085C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,92,16); }

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

background-color css

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

 a { background-color: rgb(8,92,16); }

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

border-color css

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

 span { border-color: rgb(8,92,16); }

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