Html Css Color HEX #085C0C Green

📋 copy color: '#085C0C'

red 8 ◦ green 92 ◦ blue 12

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

Shades of Green #085C0C

Tints of Green #085C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.71%

R = 7.14%
G = 82.14%
B = 10.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#085C0C (or 0x085C0C) is known color: Green. HEX triplet: 08, 5C and 0C. RGB value is (8,92,12). Sum of RGB (Red+Green+Blue) = 8+92+12=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 92 (36.33% from 255 or 82.14% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 92 - color contains mainly: green. Hex color #085C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C0C is #F7A3F3. Grayscale: #393939. Windows color (decimal): -16229364 or 809992. OLE color: 809992.

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

Color convert

RGB 8 92 12 -
CMYK 0.91 0 0.87 0.64
HSL 122.86º 0.84% 0.2% -
HSV(B) 122.86º 0.91% 0.36% -
XYZ 3.99 7.73 1.63 -
YUV 57.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 8 92 12 0.91 0 0.87 0.64 122.86 0.84 0.2
Hex 8 5C C 5B 0 57 40 7B 54 14
Octal 10 134 14 133 0 127 100 173 124 24
Binary 1000 1011100 1100 1011011 0 1010111 1000000 1111011 1010100 10100

Color Harmonies of #085C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C0C

Black with #085C0C

Text Example


Text Example

White with #085C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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