Html Css Color HEX #115008 Myrtle

📋 copy color: '#115008'

red 17 ◦ green 80 ◦ blue 8

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

Shades of Myrtle #115008

Tints of Myrtle #115008

RGB

 RED value IS 17 (7.03% from 255) = 16.19%

 GREEN value IS 80 (31.64% from 255) = 76.19%

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

R = 16.19%
G = 76.19%
B = 7.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#115008 (or 0x115008) is known color: Myrtle. HEX triplet: 11, 50 and 08. RGB value is (17,80,8). Sum of RGB (Red+Green+Blue) = 17+80+8=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #115008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115008 is #EEAFF7. Grayscale: #353535. Windows color (decimal): -15642616 or 544785. OLE color: 544785.

HSL color Cylindrical-coordinate representation of color #115008: hue angle of 112.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115008 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 80 8 -
CMYK 0.79 0 0.90 0.69
HSL 112.5º 0.82% 0.17% -
HSV(B) 112.5º 0.9% 0.31% -
XYZ 3.14 5.87 1.2 -
YUV 52.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 17 80 8 0.79 0 0.90 0.69 112.5 0.82 0.17
Hex 11 50 8 4F 0 5A 45 70 52 11
Octal 21 120 10 117 0 132 105 160 122 21
Binary 10001 1010000 1000 1001111 0 1011010 1000101 1110000 1010010 10001

Color Harmonies of #115008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115008

Black with #115008

Text Example


Text Example

White with #115008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115008; }

 p { color: rgb(17,80,8); }

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

background-color css

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

 a { background-color: rgb(17,80,8); }

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

border-color css

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

 span { border-color: rgb(17,80,8); }

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