Html Css Color HEX #727D0D Olive

📋 copy color: '#727D0D'

red 114 ◦ green 125 ◦ blue 13

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

Shades of Olive #727D0D

Tints of Olive #727D0D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.6%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 45.24%
G = 49.6%
B = 5.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#727D0D (or 0x727D0D) is known color: Olive. HEX triplet: 72, 7D and 0D. RGB value is (114,125,13). Sum of RGB (Red+Green+Blue) = 114+125+13=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #727D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727D0D is #8D82F2. Grayscale: #6D6D6D. Windows color (decimal): -9274099 or 884082. OLE color: 884082.

HSL color Cylindrical-coordinate representation of color #727D0D: hue angle of 65.89º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #727D0D is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 125 13 -
CMYK 0.09 0 0.90 0.51
HSL 65.89º 0.81% 0.27% -
HSV(B) 65.89º 0.9% 0.49% -
XYZ 14.35 18.27 3.15 -
YUV 108.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 114 125 13 0.09 0 0.90 0.51 65.89 0.81 0.27
Hex 72 7D D 9 0 5A 33 42 51 1B
Octal 162 175 15 11 0 132 63 102 121 33
Binary 1110010 1111101 1101 1001 0 1011010 110011 1000010 1010001 11011

Color Harmonies of #727D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D0D

Black with #727D0D

Text Example


Text Example

White with #727D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727D0D; }

 p { color: rgb(114,125,13); }

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

background-color css

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

 a { background-color: rgb(114,125,13); }

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

border-color css

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

 span { border-color: rgb(114,125,13); }

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