Html Css Color HEX #787007 Olive

📋 copy color: '#787007'

red 120 ◦ green 112 ◦ blue 7

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

Shades of Olive #787007

Tints of Olive #787007

RGB

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

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

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

R = 50.21%
G = 46.86%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#787007 (or 0x787007) is known color: Olive. HEX triplet: 78, 70 and 07. RGB value is (120,112,7). Sum of RGB (Red+Green+Blue) = 120+112+7=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #787007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787007 is #878FF8. Grayscale: #666666. Windows color (decimal): -8884217 or 487544. OLE color: 487544.

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

Color convert

RGB 120 112 7 -
CMYK 0 0.07 0.94 0.53
HSL 55.75º 0.89% 0.25% -
HSV(B) 55.75º 0.94% 0.47% -
XYZ 13.58 15.6 2.5 -
YUV 102.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 120 112 7 0 0.07 0.94 0.53 55.75 0.89 0.25
Hex 78 70 7 0 7 5E 35 38 59 19
Octal 170 160 7 0 7 136 65 70 131 31
Binary 1111000 1110000 111 0 111 1011110 110101 111000 1011001 11001

Color Harmonies of #787007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787007

Black with #787007

Text Example


Text Example

White with #787007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787007; }

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

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

background-color css

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

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

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

border-color css

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

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

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