Html Css Color HEX #72850F Olive

📋 copy color: '#72850F'

red 114 ◦ green 133 ◦ blue 15

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

Shades of Olive #72850F

Tints of Olive #72850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.76%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 43.51%
G = 50.76%
B = 5.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#72850F (or 0x72850F) is known color: Olive. HEX triplet: 72, 85 and 0F. RGB value is (114,133,15). Sum of RGB (Red+Green+Blue) = 114+133+15=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #72850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72850F is #8D7AF0. Grayscale: #727272. Windows color (decimal): -9272049 or 1017202. OLE color: 1017202.

HSL color Cylindrical-coordinate representation of color #72850F: hue angle of 69.66º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72850F is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 15 -
CMYK 0.14 0 0.89 0.48
HSL 69.66º 0.8% 0.29% -
HSV(B) 69.66º 0.89% 0.52% -
XYZ 15.41 20.39 3.57 -
YUV 113.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 114 133 15 0.14 0 0.89 0.48 69.66 0.8 0.29
Hex 72 85 F E 0 59 30 46 50 1D
Octal 162 205 17 16 0 131 60 106 120 35
Binary 1110010 10000101 1111 1110 0 1011001 110000 1000110 1010000 11101

Color Harmonies of #72850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72850F

Black with #72850F

Text Example


Text Example

White with #72850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72850F; }

 p { color: rgb(114,133,15); }

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

background-color css

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

 a { background-color: rgb(114,133,15); }

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

border-color css

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

 span { border-color: rgb(114,133,15); }

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