Html Css Color HEX #747607 Olive

📋 copy color: '#747607'

red 116 ◦ green 118 ◦ blue 7

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

Shades of Olive #747607

Tints of Olive #747607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 48.13%
G = 48.96%
B = 2.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#747607 (or 0x747607) is known color: Olive. HEX triplet: 74, 76 and 07. RGB value is (116,118,7). Sum of RGB (Red+Green+Blue) = 116+118+7=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #747607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747607 is #8B89F8. Grayscale: #696969. Windows color (decimal): -9144825 or 489076. OLE color: 489076.

HSL color Cylindrical-coordinate representation of color #747607: hue angle of 61.08º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747607 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 7 -
CMYK 0.02 0 0.94 0.54
HSL 61.08º 0.89% 0.25% -
HSV(B) 61.08º 0.94% 0.46% -
XYZ 13.72 16.69 2.7 -
YUV 104.75 72.84 136.03 -
System Red Green Blue C M Y K H S L
Decimal 116 118 7 0.02 0 0.94 0.54 61.08 0.89 0.25
Hex 74 76 7 2 0 5E 36 3D 59 19
Octal 164 166 7 2 0 136 66 75 131 31
Binary 1110100 1110110 111 10 0 1011110 110110 111101 1011001 11001

Color Harmonies of #747607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747607

Black with #747607

Text Example


Text Example

White with #747607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747607; }

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

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

background-color css

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

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

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

border-color css

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

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

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