Html Css Color HEX #72771B Olivetone

📋 copy color: '#72771B'

red 114 ◦ green 119 ◦ blue 27

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

Shades of Olivetone #72771B

Tints of Olivetone #72771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 43.85%
G = 45.77%
B = 10.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#72771B (or 0x72771B) is known color: Olivetone. HEX triplet: 72, 77 and 1B. RGB value is (114,119,27). Sum of RGB (Red+Green+Blue) = 114+119+27=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #72771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72771B is #8D88E4. Grayscale: #6B6B6B. Windows color (decimal): -9275621 or 1800050. OLE color: 1800050.

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

Color convert

RGB 114 119 27 -
CMYK 0.04 0 0.77 0.53
HSL 63.26º 0.63% 0.29% -
HSV(B) 63.26º 0.77% 0.47% -
XYZ 13.73 16.85 3.57 -
YUV 107.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 114 119 27 0.04 0 0.77 0.53 63.26 0.63 0.29
Hex 72 77 1B 4 0 4D 35 3F 3F 1D
Octal 162 167 33 4 0 115 65 77 77 35
Binary 1110010 1110111 11011 100 0 1001101 110101 111111 111111 11101

Color Harmonies of #72771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72771B

Black with #72771B

Text Example


Text Example

White with #72771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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