Html Css Color HEX #74720F Olive

📋 copy color: '#74720F'

red 116 ◦ green 114 ◦ blue 15

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

Shades of Olive #74720F

Tints of Olive #74720F

RGB

 RED value IS 116 (45.7% from 255) = 47.35%

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 47.35%
G = 46.53%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74720F (or 0x74720F) is known color: Olive. HEX triplet: 74, 72 and 0F. RGB value is (116,114,15). Sum of RGB (Red+Green+Blue) = 116+114+15=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74720F is #8B8DF0. Grayscale: #676767. Windows color (decimal): -9145841 or 1012340. OLE color: 1012340.

HSL color Cylindrical-coordinate representation of color #74720F: hue angle of 58.81º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74720F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 15 -
CMYK 0 0.02 0.87 0.55
HSL 58.81º 0.77% 0.26% -
HSV(B) 58.81º 0.87% 0.45% -
XYZ 13.31 15.78 2.8 -
YUV 103.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 116 114 15 0 0.02 0.87 0.55 58.81 0.77 0.26
Hex 74 72 F 0 2 57 37 3B 4D 1A
Octal 164 162 17 0 2 127 67 73 115 32
Binary 1110100 1110010 1111 0 10 1010111 110111 111011 1001101 11010

Color Harmonies of #74720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74720F

Black with #74720F

Text Example


Text Example

White with #74720F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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