Html Css Color HEX #095202 Myrtle

📋 copy color: '#095202'

red 9 ◦ green 82 ◦ blue 2

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

Shades of Myrtle #095202

Tints of Myrtle #095202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.15%

R = 9.68%
G = 88.17%
B = 2.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#095202 (or 0x095202) is known color: Myrtle. HEX triplet: 09, 52 and 02. RGB value is (9,82,2). Sum of RGB (Red+Green+Blue) = 9+82+2=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 82 (32.42% from 255 or 88.17% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 82 - color contains mainly: green. Hex color #095202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095202 is #F6ADFD. Grayscale: #333333. Windows color (decimal): -16166398 or 152073. OLE color: 152073.

HSL color Cylindrical-coordinate representation of color #095202: hue angle of 114.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #095202 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 2 -
CMYK 0.89 0 0.98 0.68
HSL 114.75º 0.95% 0.16% -
HSV(B) 114.75º 0.98% 0.32% -
XYZ 3.14 6.1 1.07 -
YUV 51.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 9 82 2 0.89 0 0.98 0.68 114.75 0.95 0.16
Hex 9 52 2 59 0 62 44 73 5F 10
Octal 11 122 2 131 0 142 104 163 137 20
Binary 1001 1010010 10 1011001 0 1100010 1000100 1110011 1011111 10000

Color Harmonies of #095202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095202

Black with #095202

Text Example


Text Example

White with #095202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095202; }

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

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

background-color css

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

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

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

border-color css

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

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

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