Html Css Color HEX #747207 Olive

📋 copy color: '#747207'

red 116 ◦ green 114 ◦ blue 7

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

Shades of Olive #747207

Tints of Olive #747207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

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

R = 48.95%
G = 48.1%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#747207 (or 0x747207) is known color: Olive. HEX triplet: 74, 72 and 07. RGB value is (116,114,7). Sum of RGB (Red+Green+Blue) = 116+114+7=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #747207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747207 is #8B8DF8. Grayscale: #666666. Windows color (decimal): -9145849 or 488052. OLE color: 488052.

HSL color Cylindrical-coordinate representation of color #747207: hue angle of 58.9º 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 #747207 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 7 -
CMYK 0 0.02 0.94 0.55
HSL 58.9º 0.89% 0.24% -
HSV(B) 58.9º 0.94% 0.45% -
XYZ 13.26 15.76 2.54 -
YUV 102.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 116 114 7 0 0.02 0.94 0.55 58.9 0.89 0.24
Hex 74 72 7 0 2 5E 37 3B 59 18
Octal 164 162 7 0 2 136 67 73 131 30
Binary 1110100 1110010 111 0 10 1011110 110111 111011 1011001 11000

Color Harmonies of #747207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747207

Black with #747207

Text Example


Text Example

White with #747207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747207; }

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

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

background-color css

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

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

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

border-color css

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

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

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