Html Css Color HEX #7D750F Olive

📋 copy color: '#7D750F'

red 125 ◦ green 117 ◦ blue 15

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

Shades of Olive #7D750F

Tints of Olive #7D750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.53%

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

R = 48.64%
G = 45.53%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D750F (or 0x7D750F) is known color: Olive. HEX triplet: 7D, 75 and 0F. RGB value is (125,117,15). Sum of RGB (Red+Green+Blue) = 125+117+15=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D750F is #828AF0. Grayscale: #6C6C6C. Windows color (decimal): -8555249 or 1013117. OLE color: 1013117.

HSL color Cylindrical-coordinate representation of color #7D750F: hue angle of 55.64º 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 #7D750F is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 117 15 -
CMYK 0 0.06 0.88 0.51
HSL 55.64º 0.79% 0.27% -
HSV(B) 55.64º 0.88% 0.49% -
XYZ 14.9 17.12 2.97 -
YUV 107.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 125 117 15 0 0.06 0.88 0.51 55.64 0.79 0.27
Hex 7D 75 F 0 6 58 33 38 4F 1B
Octal 175 165 17 0 6 130 63 70 117 33
Binary 1111101 1110101 1111 0 110 1011000 110011 111000 1001111 11011

Color Harmonies of #7D750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D750F

Black with #7D750F

Text Example


Text Example

White with #7D750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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