Html Css Color HEX #727428 Olivetone

📋 copy color: '#727428'

red 114 ◦ green 116 ◦ blue 40

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

Shades of Olivetone #727428

Tints of Olivetone #727428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.96%

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 42.22%
G = 42.96%
B = 14.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#727428 (or 0x727428) is known color: Olivetone. HEX triplet: 72, 74 and 28. RGB value is (114,116,40). Sum of RGB (Red+Green+Blue) = 114+116+40=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #727428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727428 is #8D8BD7. Grayscale: #6B6B6B. Windows color (decimal): -9276376 or 2651250. OLE color: 2651250.

HSL color Cylindrical-coordinate representation of color #727428: hue angle of 61.58º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #727428 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 40 -
CMYK 0.02 0 0.66 0.55
HSL 61.58º 0.49% 0.31% -
HSV(B) 61.58º 0.66% 0.45% -
XYZ 13.57 16.22 4.42 -
YUV 106.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 114 116 40 0.02 0 0.66 0.55 61.58 0.49 0.31
Hex 72 74 28 2 0 42 37 3E 31 1F
Octal 162 164 50 2 0 102 67 76 61 37
Binary 1110010 1110100 101000 10 0 1000010 110111 111110 110001 11111

Color Harmonies of #727428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727428

Black with #727428

Text Example


Text Example

White with #727428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727428; }

 p { color: rgb(114,116,40); }

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

background-color css

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

 a { background-color: rgb(114,116,40); }

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

border-color css

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

 span { border-color: rgb(114,116,40); }

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