Html Css Color HEX #74840F Olive

📋 copy color: '#74840F'

red 116 ◦ green 132 ◦ blue 15

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

Shades of Olive #74840F

Tints of Olive #74840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.19%

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

R = 44.11%
G = 50.19%
B = 5.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#74840F (or 0x74840F) is known color: Olive. HEX triplet: 74, 84 and 0F. RGB value is (116,132,15). Sum of RGB (Red+Green+Blue) = 116+132+15=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #74840F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74840F is #8B7BF0. Grayscale: #727272. Windows color (decimal): -9141233 or 1016948. OLE color: 1016948.

HSL color Cylindrical-coordinate representation of color #74840F: hue angle of 68.21º 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 #74840F is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 15 -
CMYK 0.12 0 0.89 0.48
HSL 68.21º 0.8% 0.29% -
HSV(B) 68.21º 0.89% 0.52% -
XYZ 15.54 20.25 3.54 -
YUV 113.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 116 132 15 0.12 0 0.89 0.48 68.21 0.8 0.29
Hex 74 84 F C 0 59 30 44 50 1D
Octal 164 204 17 14 0 131 60 104 120 35
Binary 1110100 10000100 1111 1100 0 1011001 110000 1000100 1010000 11101

Color Harmonies of #74840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74840F

Black with #74840F

Text Example


Text Example

White with #74840F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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