Html Css Color HEX #7D820F Olive

📋 copy color: '#7D820F'

red 125 ◦ green 130 ◦ blue 15

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

Shades of Olive #7D820F

Tints of Olive #7D820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.15%

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

R = 46.3%
G = 48.15%
B = 5.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#7D820F (or 0x7D820F) is known color: Olive. HEX triplet: 7D, 82 and 0F. RGB value is (125,130,15). Sum of RGB (Red+Green+Blue) = 125+130+15=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #7D820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D820F is #827DF0. Grayscale: #737373. Windows color (decimal): -8551921 or 1016445. OLE color: 1016445.

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

Color convert

RGB 125 130 15 -
CMYK 0.04 0 0.88 0.49
HSL 62.61º 0.79% 0.28% -
HSV(B) 62.61º 0.88% 0.51% -
XYZ 16.53 20.36 3.51 -
YUV 115.4 71.34 134.85 -
System Red Green Blue C M Y K H S L
Decimal 125 130 15 0.04 0 0.88 0.49 62.61 0.79 0.28
Hex 7D 82 F 4 0 58 31 3F 4F 1C
Octal 175 202 17 4 0 130 61 77 117 34
Binary 1111101 10000010 1111 100 0 1011000 110001 111111 1001111 11100

Color Harmonies of #7D820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D820F

Black with #7D820F

Text Example


Text Example

White with #7D820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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