Html Css Color HEX #72771A Olivetone

📋 copy color: '#72771A'

red 114 ◦ green 119 ◦ blue 26

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

Shades of Olivetone #72771A

Tints of Olivetone #72771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 44.02%
G = 45.95%
B = 10.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#72771A (or 0x72771A) is known color: Olivetone. HEX triplet: 72, 77 and 1A. RGB value is (114,119,26). Sum of RGB (Red+Green+Blue) = 114+119+26=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #72771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72771A is #8D88E5. Grayscale: #6B6B6B. Windows color (decimal): -9275622 or 1734514. OLE color: 1734514.

HSL color Cylindrical-coordinate representation of color #72771A: hue angle of 63.23º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72771A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 26 -
CMYK 0.04 0 0.78 0.53
HSL 63.23º 0.64% 0.28% -
HSV(B) 63.23º 0.78% 0.47% -
XYZ 13.72 16.85 3.51 -
YUV 106.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 114 119 26 0.04 0 0.78 0.53 63.23 0.64 0.28
Hex 72 77 1A 4 0 4E 35 3F 40 1C
Octal 162 167 32 4 0 116 65 77 100 34
Binary 1110010 1110111 11010 100 0 1001110 110101 111111 1000000 11100

Color Harmonies of #72771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72771A

Black with #72771A

Text Example


Text Example

White with #72771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72771A; }

 p { color: rgb(114,119,26); }

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

background-color css

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

 a { background-color: rgb(114,119,26); }

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

border-color css

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

 span { border-color: rgb(114,119,26); }

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