Html Css Color HEX #747605 Olive

📋 copy color: '#747605'

red 116 ◦ green 118 ◦ blue 5

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

Shades of Olive #747605

Tints of Olive #747605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 48.54%
G = 49.37%
B = 2.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#747605 (or 0x747605) is known color: Olive. HEX triplet: 74, 76 and 05. RGB value is (116,118,5). Sum of RGB (Red+Green+Blue) = 116+118+5=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #747605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747605 is #8B89FA. Grayscale: #686868. Windows color (decimal): -9144827 or 358004. OLE color: 358004.

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

Color convert

RGB 116 118 5 -
CMYK 0.02 0 0.96 0.54
HSL 61.06º 0.92% 0.24% -
HSV(B) 61.06º 0.96% 0.46% -
XYZ 13.71 16.68 2.64 -
YUV 104.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 116 118 5 0.02 0 0.96 0.54 61.06 0.92 0.24
Hex 74 76 5 2 0 60 36 3D 5C 18
Octal 164 166 5 2 0 140 66 75 134 30
Binary 1110100 1110110 101 10 0 1100000 110110 111101 1011100 11000

Color Harmonies of #747605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747605

Black with #747605

Text Example


Text Example

White with #747605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747605; }

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

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

background-color css

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

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

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

border-color css

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

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

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