Html Css Color HEX #727A04 Olive

📋 copy color: '#727A04'

red 114 ◦ green 122 ◦ blue 4

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

Shades of Olive #727A04

Tints of Olive #727A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 47.5%
G = 50.83%
B = 1.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#727A04 (or 0x727A04) is known color: Olive. HEX triplet: 72, 7A and 04. RGB value is (114,122,4). Sum of RGB (Red+Green+Blue) = 114+122+4=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #727A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727A04 is #8D85FB. Grayscale: #6A6A6A. Windows color (decimal): -9274876 or 293490. OLE color: 293490.

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

Color convert

RGB 114 122 4 -
CMYK 0.07 0 0.97 0.52
HSL 64.07º 0.94% 0.25% -
HSV(B) 64.07º 0.97% 0.48% -
XYZ 13.92 17.51 2.76 -
YUV 106.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 114 122 4 0.07 0 0.97 0.52 64.07 0.94 0.25
Hex 72 7A 4 7 0 61 34 40 5E 19
Octal 162 172 4 7 0 141 64 100 136 31
Binary 1110010 1111010 100 111 0 1100001 110100 1000000 1011110 11001

Color Harmonies of #727A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A04

Black with #727A04

Text Example


Text Example

White with #727A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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