Html Css Color HEX #74790F Olive

📋 copy color: '#74790F'

red 116 ◦ green 121 ◦ blue 15

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

Shades of Olive #74790F

Tints of Olive #74790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.02%

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

R = 46.03%
G = 48.02%
B = 5.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#74790F (or 0x74790F) is known color: Olive. HEX triplet: 74, 79 and 0F. RGB value is (116,121,15). Sum of RGB (Red+Green+Blue) = 116+121+15=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #74790F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74790F is #8B86F0. Grayscale: #6B6B6B. Windows color (decimal): -9144049 or 1014132. OLE color: 1014132.

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

Color convert

RGB 116 121 15 -
CMYK 0.04 0 0.88 0.53
HSL 62.83º 0.78% 0.27% -
HSV(B) 62.83º 0.88% 0.47% -
XYZ 14.13 17.42 3.07 -
YUV 107.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 116 121 15 0.04 0 0.88 0.53 62.83 0.78 0.27
Hex 74 79 F 4 0 58 35 3F 4E 1B
Octal 164 171 17 4 0 130 65 77 116 33
Binary 1110100 1111001 1111 100 0 1011000 110101 111111 1001110 11011

Color Harmonies of #74790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74790F

Black with #74790F

Text Example


Text Example

White with #74790F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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