Html Css Color HEX #7D730F Olive

📋 copy color: '#7D730F'

red 125 ◦ green 115 ◦ blue 15

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

Shades of Olive #7D730F

Tints of Olive #7D730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.1%

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

R = 49.02%
G = 45.1%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D730F (or 0x7D730F) is known color: Olive. HEX triplet: 7D, 73 and 0F. RGB value is (125,115,15). Sum of RGB (Red+Green+Blue) = 125+115+15=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D730F is #828CF0. Grayscale: #6B6B6B. Windows color (decimal): -8555761 or 1012605. OLE color: 1012605.

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

Color convert

RGB 125 115 15 -
CMYK 0 0.08 0.88 0.51
HSL 54.55º 0.79% 0.27% -
HSV(B) 54.55º 0.88% 0.49% -
XYZ 14.67 16.66 2.89 -
YUV 106.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 125 115 15 0 0.08 0.88 0.51 54.55 0.79 0.27
Hex 7D 73 F 0 8 58 33 37 4F 1B
Octal 175 163 17 0 10 130 63 67 117 33
Binary 1111101 1110011 1111 0 1000 1011000 110011 110111 1001111 11011

Color Harmonies of #7D730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D730F

Black with #7D730F

Text Example


Text Example

White with #7D730F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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