Html Css Color HEX #72870D Olive

📋 copy color: '#72870D'

red 114 ◦ green 135 ◦ blue 13

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

Shades of Olive #72870D

Tints of Olive #72870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.53%

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

R = 43.51%
G = 51.53%
B = 4.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#72870D (or 0x72870D) is known color: Olive. HEX triplet: 72, 87 and 0D. RGB value is (114,135,13). Sum of RGB (Red+Green+Blue) = 114+135+13=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #72870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72870D is #8D78F2. Grayscale: #737373. Windows color (decimal): -9271539 or 886642. OLE color: 886642.

HSL color Cylindrical-coordinate representation of color #72870D: hue angle of 70.33º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72870D is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 13 -
CMYK 0.16 0 0.90 0.47
HSL 70.33º 0.82% 0.29% -
HSV(B) 70.33º 0.9% 0.53% -
XYZ 15.68 20.93 3.6 -
YUV 114.81 70.54 127.42 -
System Red Green Blue C M Y K H S L
Decimal 114 135 13 0.16 0 0.90 0.47 70.33 0.82 0.29
Hex 72 87 D 10 0 5A 2F 46 52 1D
Octal 162 207 15 20 0 132 57 106 122 35
Binary 1110010 10000111 1101 10000 0 1011010 101111 1000110 1010010 11101

Color Harmonies of #72870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72870D

Black with #72870D

Text Example


Text Example

White with #72870D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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