Html Css Color HEX #727C08 Olive

📋 copy color: '#727C08'

red 114 ◦ green 124 ◦ blue 8

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

Shades of Olive #727C08

Tints of Olive #727C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.41%

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 46.34%
G = 50.41%
B = 3.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#727C08 (or 0x727C08) is known color: Olive. HEX triplet: 72, 7C and 08. RGB value is (114,124,8). Sum of RGB (Red+Green+Blue) = 114+124+8=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #727C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727C08 is #8D83F7. Grayscale: #6C6C6C. Windows color (decimal): -9274360 or 556146. OLE color: 556146.

HSL color Cylindrical-coordinate representation of color #727C08: hue angle of 65.17º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #727C08 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 124 8 -
CMYK 0.08 0 0.94 0.51
HSL 65.17º 0.88% 0.26% -
HSV(B) 65.17º 0.94% 0.49% -
XYZ 14.19 18.01 2.96 -
YUV 107.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 114 124 8 0.08 0 0.94 0.51 65.17 0.88 0.26
Hex 72 7C 8 8 0 5E 33 41 58 1A
Octal 162 174 10 10 0 136 63 101 130 32
Binary 1110010 1111100 1000 1000 0 1011110 110011 1000001 1011000 11010

Color Harmonies of #727C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C08

Black with #727C08

Text Example


Text Example

White with #727C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,8); }

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

background-color css

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

 a { background-color: rgb(114,124,8); }

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

border-color css

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

 span { border-color: rgb(114,124,8); }

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