Html Css Color HEX #74760F Olive

📋 copy color: '#74760F'

red 116 ◦ green 118 ◦ blue 15

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

Shades of Olive #74760F

Tints of Olive #74760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

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

R = 46.59%
G = 47.39%
B = 6.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#74760F (or 0x74760F) is known color: Olive. HEX triplet: 74, 76 and 0F. RGB value is (116,118,15). Sum of RGB (Red+Green+Blue) = 116+118+15=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #74760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74760F is #8B89F0. Grayscale: #6A6A6A. Windows color (decimal): -9144817 or 1013364. OLE color: 1013364.

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

Color convert

RGB 116 118 15 -
CMYK 0.02 0 0.87 0.54
HSL 61.17º 0.77% 0.26% -
HSV(B) 61.17º 0.87% 0.46% -
XYZ 13.77 16.7 2.95 -
YUV 105.66 76.84 135.38 -
System Red Green Blue C M Y K H S L
Decimal 116 118 15 0.02 0 0.87 0.54 61.17 0.77 0.26
Hex 74 76 F 2 0 57 36 3D 4D 1A
Octal 164 166 17 2 0 127 66 75 115 32
Binary 1110100 1110110 1111 10 0 1010111 110110 111101 1001101 11010

Color Harmonies of #74760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74760F

Black with #74760F

Text Example


Text Example

White with #74760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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