Html Css Color HEX #747900 Olive

📋 copy color: '#747900'

red 116 ◦ green 121 ◦ blue 0

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

Shades of Olive #747900

Tints of Olive #747900

RGB

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

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

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

R = 48.95%
G = 51.05%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#747900 (or 0x747900) is known color: Olive. HEX triplet: 74, 79 and 00. RGB value is (116,121,0). Sum of RGB (Red+Green+Blue) = 116+121+0=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #747900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747900 is #8B86FF. Grayscale: #6A6A6A. Windows color (decimal): -9144064 or 31092. OLE color: 31092.

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

Color convert

RGB 116 121 0 -
CMYK 0.04 0 1 0.53
HSL 62.48º 1% 0.24% -
HSV(B) 62.48º 1% 0.47% -
XYZ 14.04 17.39 2.62 -
YUV 105.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 116 121 0 0.04 0 1 0.53 62.48 1 0.24
Hex 74 79 0 4 0 64 35 3E 64 18
Octal 164 171 0 4 0 144 65 76 144 30
Binary 1110100 1111001 0 100 0 1100100 110101 111110 1100100 11000

Color Harmonies of #747900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747900

Black with #747900

Text Example


Text Example

White with #747900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747900; }

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

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

background-color css

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

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

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

border-color css

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

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

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