Html Css Color HEX #727619 Olivetone

📋 copy color: '#727619'

red 114 ◦ green 118 ◦ blue 25

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

Shades of Olivetone #727619

Tints of Olivetone #727619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 44.36%
G = 45.91%
B = 9.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#727619 (or 0x727619) is known color: Olivetone. HEX triplet: 72, 76 and 19. RGB value is (114,118,25). Sum of RGB (Red+Green+Blue) = 114+118+25=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #727619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727619 is #8D89E6. Grayscale: #6A6A6A. Windows color (decimal): -9275879 or 1668722. OLE color: 1668722.

HSL color Cylindrical-coordinate representation of color #727619: hue angle of 62.58º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #727619 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 25 -
CMYK 0.03 0 0.79 0.54
HSL 62.58º 0.65% 0.28% -
HSV(B) 62.58º 0.79% 0.46% -
XYZ 13.59 16.6 3.41 -
YUV 106.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 114 118 25 0.03 0 0.79 0.54 62.58 0.65 0.28
Hex 72 76 19 3 0 4F 36 3F 41 1C
Octal 162 166 31 3 0 117 66 77 101 34
Binary 1110010 1110110 11001 11 0 1001111 110110 111111 1000001 11100

Color Harmonies of #727619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727619

Black with #727619

Text Example


Text Example

White with #727619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727619; }

 p { color: rgb(114,118,25); }

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

background-color css

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

 a { background-color: rgb(114,118,25); }

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

border-color css

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

 span { border-color: rgb(114,118,25); }

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