Html Css Color HEX #727D02 Olive

📋 copy color: '#727D02'

red 114 ◦ green 125 ◦ blue 2

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

Shades of Olive #727D02

Tints of Olive #727D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 47.3%
G = 51.87%
B = 0.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#727D02 (or 0x727D02) is known color: Olive. HEX triplet: 72, 7D and 02. RGB value is (114,125,2). Sum of RGB (Red+Green+Blue) = 114+125+2=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #727D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727D02 is #8D82FD. Grayscale: #6C6C6C. Windows color (decimal): -9274110 or 163186. OLE color: 163186.

HSL color Cylindrical-coordinate representation of color #727D02: hue angle of 65.37º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #727D02 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 125 2 -
CMYK 0.09 0 0.98 0.51
HSL 65.37º 0.97% 0.25% -
HSV(B) 65.37º 0.98% 0.49% -
XYZ 14.28 18.25 2.83 -
YUV 107.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 114 125 2 0.09 0 0.98 0.51 65.37 0.97 0.25
Hex 72 7D 2 9 0 62 33 41 61 19
Octal 162 175 2 11 0 142 63 101 141 31
Binary 1110010 1111101 10 1001 0 1100010 110011 1000001 1100001 11001

Color Harmonies of #727D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D02

Black with #727D02

Text Example


Text Example

White with #727D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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