Html Css Color HEX #727A02 Olive

📋 copy color: '#727A02'

red 114 ◦ green 122 ◦ blue 2

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

Shades of Olive #727A02

Tints of Olive #727A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.26%

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

R = 47.9%
G = 51.26%
B = 0.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#727A02 (or 0x727A02) is known color: Olive. HEX triplet: 72, 7A and 02. RGB value is (114,122,2). Sum of RGB (Red+Green+Blue) = 114+122+2=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #727A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727A02 is #8D85FD. Grayscale: #6A6A6A. Windows color (decimal): -9274878 or 162418. OLE color: 162418.

HSL color Cylindrical-coordinate representation of color #727A02: hue angle of 64º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #727A02 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 122 2 -
CMYK 0.07 0 0.98 0.52
HSL 64º 0.97% 0.24% -
HSV(B) 64º 0.98% 0.48% -
XYZ 13.91 17.5 2.7 -
YUV 105.93 69.35 133.76 -
System Red Green Blue C M Y K H S L
Decimal 114 122 2 0.07 0 0.98 0.52 64 0.97 0.24
Hex 72 7A 2 7 0 62 34 40 61 18
Octal 162 172 2 7 0 142 64 100 141 30
Binary 1110010 1111010 10 111 0 1100010 110100 1000000 1100001 11000

Color Harmonies of #727A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A02

Black with #727A02

Text Example


Text Example

White with #727A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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