Html Css Color HEX #727505 Olive

📋 copy color: '#727505'

red 114 ◦ green 117 ◦ blue 5

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

Shades of Olive #727505

Tints of Olive #727505

RGB

 RED value IS 114 (44.92% from 255) = 48.31%

 GREEN value IS 117 (46.09% from 255) = 49.58%

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 48.31%
G = 49.58%
B = 2.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#727505 (or 0x727505) is known color: Olive. HEX triplet: 72, 75 and 05. RGB value is (114,117,5). Sum of RGB (Red+Green+Blue) = 114+117+5=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #727505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727505 is #8D8AFA. Grayscale: #676767. Windows color (decimal): -9276155 or 357746. OLE color: 357746.

HSL color Cylindrical-coordinate representation of color #727505: hue angle of 61.61º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #727505 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 5 -
CMYK 0.03 0 0.96 0.54
HSL 61.61º 0.92% 0.24% -
HSV(B) 61.61º 0.96% 0.46% -
XYZ 13.33 16.31 2.59 -
YUV 103.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 114 117 5 0.03 0 0.96 0.54 61.61 0.92 0.24
Hex 72 75 5 3 0 60 36 3E 5C 18
Octal 162 165 5 3 0 140 66 76 134 30
Binary 1110010 1110101 101 11 0 1100000 110110 111110 1011100 11000

Color Harmonies of #727505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727505

Black with #727505

Text Example


Text Example

White with #727505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727505; }

 p { color: rgb(114,117,5); }

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

background-color css

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

 a { background-color: rgb(114,117,5); }

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

border-color css

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

 span { border-color: rgb(114,117,5); }

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