Html Css Color HEX #747907 Olive

📋 copy color: '#747907'

red 116 ◦ green 121 ◦ blue 7

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

Shades of Olive #747907

Tints of Olive #747907

RGB

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

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

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

R = 47.54%
G = 49.59%
B = 2.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#747907 (or 0x747907) is known color: Olive. HEX triplet: 74, 79 and 07. RGB value is (116,121,7). Sum of RGB (Red+Green+Blue) = 116+121+7=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #747907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747907 is #8B86F8. Grayscale: #6A6A6A. Windows color (decimal): -9144057 or 489844. OLE color: 489844.

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

Color convert

RGB 116 121 7 -
CMYK 0.04 0 0.94 0.53
HSL 62.63º 0.89% 0.25% -
HSV(B) 62.63º 0.94% 0.47% -
XYZ 14.08 17.4 2.82 -
YUV 106.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 116 121 7 0.04 0 0.94 0.53 62.63 0.89 0.25
Hex 74 79 7 4 0 5E 35 3F 59 19
Octal 164 171 7 4 0 136 65 77 131 31
Binary 1110100 1111001 111 100 0 1011110 110101 111111 1011001 11001

Color Harmonies of #747907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747907

Black with #747907

Text Example


Text Example

White with #747907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747907; }

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

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

background-color css

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

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

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

border-color css

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

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

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