Html Css Color HEX #7D780F Olive

📋 copy color: '#7D780F'

red 125 ◦ green 120 ◦ blue 15

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

Shades of Olive #7D780F

Tints of Olive #7D780F

RGB

 RED value IS 125 (49.22% from 255) = 48.08%

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

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 48.08%
G = 46.15%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D780F (or 0x7D780F) is known color: Olive. HEX triplet: 7D, 78 and 0F. RGB value is (125,120,15). Sum of RGB (Red+Green+Blue) = 125+120+15=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D780F is #8287F0. Grayscale: #6D6D6D. Windows color (decimal): -8554481 or 1013885. OLE color: 1013885.

HSL color Cylindrical-coordinate representation of color #7D780F: hue angle of 57.27º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D780F is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 120 15 -
CMYK 0 0.04 0.88 0.51
HSL 57.27º 0.79% 0.27% -
HSV(B) 57.27º 0.88% 0.49% -
XYZ 15.26 17.83 3.09 -
YUV 109.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 125 120 15 0 0.04 0.88 0.51 57.27 0.79 0.27
Hex 7D 78 F 0 4 58 33 39 4F 1B
Octal 175 170 17 0 4 130 63 71 117 33
Binary 1111101 1111000 1111 0 100 1011000 110011 111001 1001111 11011

Color Harmonies of #7D780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D780F

Black with #7D780F

Text Example


Text Example

White with #7D780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D780F; }

 p { color: rgb(125,120,15); }

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

background-color css

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

 a { background-color: rgb(125,120,15); }

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

border-color css

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

 span { border-color: rgb(125,120,15); }

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