Html Css Color HEX #727E02 Olive

📋 copy color: '#727E02'

red 114 ◦ green 126 ◦ blue 2

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

Shades of Olive #727E02

Tints of Olive #727E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.07%

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

R = 47.11%
G = 52.07%
B = 0.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#727E02 (or 0x727E02) is known color: Olive. HEX triplet: 72, 7E and 02. RGB value is (114,126,2). Sum of RGB (Red+Green+Blue) = 114+126+2=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #727E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727E02 is #8D81FD. Grayscale: #6C6C6C. Windows color (decimal): -9273854 or 163442. OLE color: 163442.

HSL color Cylindrical-coordinate representation of color #727E02: hue angle of 65.81º 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 #727E02 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 126 2 -
CMYK 0.10 0 0.98 0.51
HSL 65.81º 0.97% 0.25% -
HSV(B) 65.81º 0.98% 0.49% -
XYZ 14.41 18.5 2.87 -
YUV 108.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 114 126 2 0.10 0 0.98 0.51 65.81 0.97 0.25
Hex 72 7E 2 A 0 62 33 42 61 19
Octal 162 176 2 12 0 142 63 102 141 31
Binary 1110010 1111110 10 1010 0 1100010 110011 1000010 1100001 11001

Color Harmonies of #727E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E02

Black with #727E02

Text Example


Text Example

White with #727E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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