Html Css Color HEX #788207 Olive

📋 copy color: '#788207'

red 120 ◦ green 130 ◦ blue 7

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

Shades of Olive #788207

Tints of Olive #788207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.58%

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

R = 46.69%
G = 50.58%
B = 2.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#788207 (or 0x788207) is known color: Olive. HEX triplet: 78, 82 and 07. RGB value is (120,130,7). Sum of RGB (Red+Green+Blue) = 120+130+7=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #788207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788207 is #877DF8. Grayscale: #717171. Windows color (decimal): -8879609 or 492152. OLE color: 492152.

HSL color Cylindrical-coordinate representation of color #788207: hue angle of 64.88º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #788207 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 7 -
CMYK 0.08 0 0.95 0.49
HSL 64.88º 0.9% 0.27% -
HSV(B) 64.88º 0.95% 0.51% -
XYZ 15.77 19.97 3.23 -
YUV 112.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 120 130 7 0.08 0 0.95 0.49 64.88 0.9 0.27
Hex 78 82 7 8 0 5F 31 41 5A 1B
Octal 170 202 7 10 0 137 61 101 132 33
Binary 1111000 10000010 111 1000 0 1011111 110001 1000001 1011010 11011

Color Harmonies of #788207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788207

Black with #788207

Text Example


Text Example

White with #788207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788207; }

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

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

background-color css

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

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

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

border-color css

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

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

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