Html Css Color HEX #095208 Myrtle

📋 copy color: '#095208'

red 9 ◦ green 82 ◦ blue 8

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

Shades of Myrtle #095208

Tints of Myrtle #095208

RGB

 RED value IS 9 (3.91% from 255) = 9.09%

 GREEN value IS 82 (32.42% from 255) = 82.83%

 BLUE value IS 8 (3.52% from 255) = 8.08%

R = 9.09%
G = 82.83%
B = 8.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#095208 (or 0x095208) is known color: Myrtle. HEX triplet: 09, 52 and 08. RGB value is (9,82,8). Sum of RGB (Red+Green+Blue) = 9+82+8=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #095208 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095208 is #F6ADF7. Grayscale: #333333. Windows color (decimal): -16166392 or 545289. OLE color: 545289.

HSL color Cylindrical-coordinate representation of color #095208: hue angle of 119.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095208 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 8 -
CMYK 0.89 0 0.90 0.68
HSL 119.19º 0.82% 0.18% -
HSV(B) 119.19º 0.9% 0.32% -
XYZ 3.17 6.11 1.24 -
YUV 51.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 9 82 8 0.89 0 0.90 0.68 119.19 0.82 0.18
Hex 9 52 8 59 0 5A 44 77 52 12
Octal 11 122 10 131 0 132 104 167 122 22
Binary 1001 1010010 1000 1011001 0 1011010 1000100 1110111 1010010 10010

Color Harmonies of #095208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095208

Black with #095208

Text Example


Text Example

White with #095208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095208; }

 p { color: rgb(9,82,8); }

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

background-color css

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

 a { background-color: rgb(9,82,8); }

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

border-color css

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

 span { border-color: rgb(9,82,8); }

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