Html Css Color HEX #7D7B11 Olive

📋 copy color: '#7D7B11'

red 125 ◦ green 123 ◦ blue 17

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

Shades of Olive #7D7B11

Tints of Olive #7D7B11

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.42%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 47.17%
G = 46.42%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D7B11 (or 0x7D7B11) is known color: Olive. HEX triplet: 7D, 7B and 11. RGB value is (125,123,17). Sum of RGB (Red+Green+Blue) = 125+123+17=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7B11 is #8284EE. Grayscale: #6F6F6F. Windows color (decimal): -8553711 or 1145725. OLE color: 1145725.

HSL color Cylindrical-coordinate representation of color #7D7B11: hue angle of 58.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D7B11 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 123 17 -
CMYK 0 0.02 0.86 0.51
HSL 58.89º 0.76% 0.28% -
HSV(B) 58.89º 0.86% 0.49% -
XYZ 15.64 18.57 3.29 -
YUV 111.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 125 123 17 0 0.02 0.86 0.51 58.89 0.76 0.28
Hex 7D 7B 11 0 2 56 33 3B 4C 1C
Octal 175 173 21 0 2 126 63 73 114 34
Binary 1111101 1111011 10001 0 10 1010110 110011 111011 1001100 11100

Color Harmonies of #7D7B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7B11

Black with #7D7B11

Text Example


Text Example

White with #7D7B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,123,17); }

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

background-color css

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

 a { background-color: rgb(125,123,17); }

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

border-color css

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

 span { border-color: rgb(125,123,17); }

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