Html Css Color HEX #72770D Olive

📋 copy color: '#72770D'

red 114 ◦ green 119 ◦ blue 13

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

Shades of Olive #72770D

Tints of Olive #72770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 46.34%
G = 48.37%
B = 5.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#72770D (or 0x72770D) is known color: Olive. HEX triplet: 72, 77 and 0D. RGB value is (114,119,13). Sum of RGB (Red+Green+Blue) = 114+119+13=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #72770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72770D is #8D88F2. Grayscale: #696969. Windows color (decimal): -9275635 or 882546. OLE color: 882546.

HSL color Cylindrical-coordinate representation of color #72770D: hue angle of 62.83º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72770D is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 13 -
CMYK 0.04 0 0.89 0.53
HSL 62.83º 0.8% 0.26% -
HSV(B) 62.83º 0.89% 0.47% -
XYZ 13.61 16.8 2.91 -
YUV 105.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 114 119 13 0.04 0 0.89 0.53 62.83 0.8 0.26
Hex 72 77 D 4 0 59 35 3F 50 1A
Octal 162 167 15 4 0 131 65 77 120 32
Binary 1110010 1110111 1101 100 0 1011001 110101 111111 1010000 11010

Color Harmonies of #72770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72770D

Black with #72770D

Text Example


Text Example

White with #72770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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