Html Css Color HEX #787607 Olive

📋 copy color: '#787607'

red 120 ◦ green 118 ◦ blue 7

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

Shades of Olive #787607

Tints of Olive #787607

RGB

 RED value IS 120 (47.27% from 255) = 48.98%

 GREEN value IS 118 (46.48% from 255) = 48.16%

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

R = 48.98%
G = 48.16%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#787607 (or 0x787607) is known color: Olive. HEX triplet: 78, 76 and 07. RGB value is (120,118,7). Sum of RGB (Red+Green+Blue) = 120+118+7=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #787607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787607 is #8789F8. Grayscale: #6A6A6A. Windows color (decimal): -8882681 or 489080. OLE color: 489080.

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

Color convert

RGB 120 118 7 -
CMYK 0 0.02 0.94 0.53
HSL 58.94º 0.89% 0.25% -
HSV(B) 58.94º 0.94% 0.47% -
XYZ 14.26 16.97 2.72 -
YUV 105.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 120 118 7 0 0.02 0.94 0.53 58.94 0.89 0.25
Hex 78 76 7 0 2 5E 35 3B 59 19
Octal 170 166 7 0 2 136 65 73 131 31
Binary 1111000 1110110 111 0 10 1011110 110101 111011 1011001 11001

Color Harmonies of #787607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787607

Black with #787607

Text Example


Text Example

White with #787607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787607; }

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

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

background-color css

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

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

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

border-color css

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

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

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