Html Css Color HEX #747807 Olive

📋 copy color: '#747807'

red 116 ◦ green 120 ◦ blue 7

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

Shades of Olive #747807

Tints of Olive #747807

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.38%

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

R = 47.74%
G = 49.38%
B = 2.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#747807 (or 0x747807) is known color: Olive. HEX triplet: 74, 78 and 07. RGB value is (116,120,7). Sum of RGB (Red+Green+Blue) = 116+120+7=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #747807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747807 is #8B87F8. Grayscale: #6A6A6A. Windows color (decimal): -9144313 or 489588. OLE color: 489588.

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

Color convert

RGB 116 120 7 -
CMYK 0.03 0 0.94 0.53
HSL 62.12º 0.89% 0.25% -
HSV(B) 62.12º 0.94% 0.47% -
XYZ 13.96 17.16 2.78 -
YUV 105.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 116 120 7 0.03 0 0.94 0.53 62.12 0.89 0.25
Hex 74 78 7 3 0 5E 35 3E 59 19
Octal 164 170 7 3 0 136 65 76 131 31
Binary 1110100 1111000 111 11 0 1011110 110101 111110 1011001 11001

Color Harmonies of #747807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747807

Black with #747807

Text Example


Text Example

White with #747807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747807; }

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

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

background-color css

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

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

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

border-color css

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

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

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