Html Css Color HEX #747007 Olive

📋 copy color: '#747007'

red 116 ◦ green 112 ◦ blue 7

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

Shades of Olive #747007

Tints of Olive #747007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

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

R = 49.36%
G = 47.66%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#747007 (or 0x747007) is known color: Olive. HEX triplet: 74, 70 and 07. RGB value is (116,112,7). Sum of RGB (Red+Green+Blue) = 116+112+7=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #747007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747007 is #8B8FF8. Grayscale: #656565. Windows color (decimal): -9146361 or 487540. OLE color: 487540.

HSL color Cylindrical-coordinate representation of color #747007: hue angle of 57.8º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747007 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 7 -
CMYK 0 0.03 0.94 0.55
HSL 57.8º 0.89% 0.24% -
HSV(B) 57.8º 0.94% 0.45% -
XYZ 13.03 15.32 2.47 -
YUV 101.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 116 112 7 0 0.03 0.94 0.55 57.8 0.89 0.24
Hex 74 70 7 0 3 5E 37 3A 59 18
Octal 164 160 7 0 3 136 67 72 131 30
Binary 1110100 1110000 111 0 11 1011110 110111 111010 1011001 11000

Color Harmonies of #747007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747007

Black with #747007

Text Example


Text Example

White with #747007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747007; }

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

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

background-color css

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

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

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

border-color css

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

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

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