Html Css Color HEX #7D8507 Olive

📋 copy color: '#7D8507'

red 125 ◦ green 133 ◦ blue 7

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

Shades of Olive #7D8507

Tints of Olive #7D8507

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.19%

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 47.17%
G = 50.19%
B = 2.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#7D8507 (or 0x7D8507) is known color: Olive. HEX triplet: 7D, 85 and 07. RGB value is (125,133,7). Sum of RGB (Red+Green+Blue) = 125+133+7=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8507 is #827AF8. Grayscale: #747474. Windows color (decimal): -8551161 or 492925. OLE color: 492925.

HSL color Cylindrical-coordinate representation of color #7D8507: hue angle of 63.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D8507 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 7 -
CMYK 0.06 0 0.95 0.48
HSL 63.81º 0.9% 0.27% -
HSV(B) 63.81º 0.95% 0.52% -
XYZ 16.88 21.15 3.39 -
YUV 116.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 125 133 7 0.06 0 0.95 0.48 63.81 0.9 0.27
Hex 7D 85 7 6 0 5F 30 40 5A 1B
Octal 175 205 7 6 0 137 60 100 132 33
Binary 1111101 10000101 111 110 0 1011111 110000 1000000 1011010 11011

Color Harmonies of #7D8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8507

Black with #7D8507

Text Example


Text Example

White with #7D8507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,133,7); }

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

background-color css

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

 a { background-color: rgb(125,133,7); }

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

border-color css

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

 span { border-color: rgb(125,133,7); }

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