Html Css Color HEX #7D770B Olive

📋 copy color: '#7D770B'

red 125 ◦ green 119 ◦ blue 11

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

Shades of Olive #7D770B

Tints of Olive #7D770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 49.02%
G = 46.67%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7D770B (or 0x7D770B) is known color: Olive. HEX triplet: 7D, 77 and 0B. RGB value is (125,119,11). Sum of RGB (Red+Green+Blue) = 125+119+11=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D770B is #8288F4. Grayscale: #6C6C6C. Windows color (decimal): -8554741 or 751485. OLE color: 751485.

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

Color convert

RGB 125 119 11 -
CMYK 0 0.05 0.91 0.51
HSL 56.84º 0.84% 0.27% -
HSV(B) 56.84º 0.91% 0.49% -
XYZ 15.11 17.58 2.91 -
YUV 108.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 125 119 11 0 0.05 0.91 0.51 56.84 0.84 0.27
Hex 7D 77 B 0 5 5B 33 39 54 1B
Octal 175 167 13 0 5 133 63 71 124 33
Binary 1111101 1110111 1011 0 101 1011011 110011 111001 1010100 11011

Color Harmonies of #7D770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D770B

Black with #7D770B

Text Example


Text Example

White with #7D770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,11); }

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

background-color css

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

 a { background-color: rgb(125,119,11); }

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

border-color css

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

 span { border-color: rgb(125,119,11); }

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