Html Css Color HEX #747700 Olive

📋 copy color: '#747700'

red 116 ◦ green 119 ◦ blue 0

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

Shades of Olive #747700

Tints of Olive #747700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.36%
G = 50.64%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#747700 (or 0x747700) is known color: Olive. HEX triplet: 74, 77 and 00. RGB value is (116,119,0). Sum of RGB (Red+Green+Blue) = 116+119+0=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #747700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747700 is #8B88FF. Grayscale: #696969. Windows color (decimal): -9144576 or 30580. OLE color: 30580.

HSL color Cylindrical-coordinate representation of color #747700: hue angle of 61.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #747700 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 0 -
CMYK 0.03 0 1 0.53
HSL 61.51º 1% 0.23% -
HSV(B) 61.51º 1% 0.47% -
XYZ 13.8 16.91 2.54 -
YUV 104.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 116 119 0 0.03 0 1 0.53 61.51 1 0.23
Hex 74 77 0 3 0 64 35 3E 64 17
Octal 164 167 0 3 0 144 65 76 144 27
Binary 1110100 1110111 0 11 0 1100100 110101 111110 1100100 10111

Color Harmonies of #747700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747700

Black with #747700

Text Example


Text Example

White with #747700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747700; }

 p { color: rgb(116,119,0); }

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

background-color css

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

 a { background-color: rgb(116,119,0); }

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

border-color css

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

 span { border-color: rgb(116,119,0); }

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