Html Css Color HEX #093207 Myrtle

📋 copy color: '#093207'

red 9 ◦ green 50 ◦ blue 7

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

Shades of Myrtle #093207

Tints of Myrtle #093207

RGB

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

 GREEN value IS 50 (19.92% from 255) = 75.76%

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

R = 13.64%
G = 75.76%
B = 10.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#093207 (or 0x093207) is known color: Myrtle. HEX triplet: 09, 32 and 07. RGB value is (9,50,7). Sum of RGB (Red+Green+Blue) = 9+50+7=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 50 (19.92% from 255 or 75.76% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 50 - color contains mainly: green. Hex color #093207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093207 is #F6CDF8. Grayscale: #202020. Windows color (decimal): -16174585 or 471561. OLE color: 471561.

HSL color Cylindrical-coordinate representation of color #093207: hue angle of 117.21º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093207 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 7 -
CMYK 0.82 0 0.86 0.80
HSL 117.21º 0.75% 0.11% -
HSV(B) 117.21º 0.86% 0.2% -
XYZ 1.29 2.35 0.59 -
YUV 32.84 113.42 111 -
System Red Green Blue C M Y K H S L
Decimal 9 50 7 0.82 0 0.86 0.80 117.21 0.75 0.11
Hex 9 32 7 52 0 56 50 75 4B B
Octal 11 62 7 122 0 126 120 165 113 13
Binary 1001 110010 111 1010010 0 1010110 1010000 1110101 1001011 1011

Color Harmonies of #093207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093207

Black with #093207

Text Example


Text Example

White with #093207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093207; }

 p { color: rgb(9,50,7); }

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

background-color css

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

 a { background-color: rgb(9,50,7); }

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

border-color css

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

 span { border-color: rgb(9,50,7); }

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