Html Css Color HEX #072508 Myrtle

📋 copy color: '#072508'

red 7 ◦ green 37 ◦ blue 8

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

Shades of Myrtle #072508

Tints of Myrtle #072508

RGB

 RED value IS 7 (3.13% from 255) = 13.46%

 GREEN value IS 37 (14.84% from 255) = 71.15%

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

R = 13.46%
G = 71.15%
B = 15.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#072508 (or 0x072508) is known color: Myrtle. HEX triplet: 07, 25 and 08. RGB value is (7,37,8). Sum of RGB (Red+Green+Blue) = 7+37+8=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 37 (14.84% from 255 or 71.15% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 37 - color contains mainly: green. Hex color #072508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072508 is #F8DAF7. Grayscale: #181818. Windows color (decimal): -16308984 or 533767. OLE color: 533767.

HSL color Cylindrical-coordinate representation of color #072508: hue angle of 122º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072508 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 8 -
CMYK 0.81 0 0.78 0.85
HSL 122º 0.68% 0.09% -
HSV(B) 122º 0.81% 0.15% -
XYZ 0.79 1.39 0.46 -
YUV 24.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 7 37 8 0.81 0 0.78 0.85 122 0.68 0.09
Hex 7 25 8 51 0 4E 55 7A 44 9
Octal 7 45 10 121 0 116 125 172 104 11
Binary 111 100101 1000 1010001 0 1001110 1010101 1111010 1000100 1001

Color Harmonies of #072508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072508

Black with #072508

Text Example


Text Example

White with #072508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072508; }

 p { color: rgb(7,37,8); }

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

background-color css

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

 a { background-color: rgb(7,37,8); }

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

border-color css

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

 span { border-color: rgb(7,37,8); }

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