Html Css Color HEX #7D850E Olive

📋 copy color: '#7D850E'

red 125 ◦ green 133 ◦ blue 14

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

Shades of Olive #7D850E

Tints of Olive #7D850E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 45.96%
G = 48.9%
B = 5.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#7D850E (or 0x7D850E) is known color: Olive. HEX triplet: 7D, 85 and 0E. RGB value is (125,133,14). Sum of RGB (Red+Green+Blue) = 125+133+14=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #7D850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D850E is #827AF1. Grayscale: #757575. Windows color (decimal): -8551154 or 951677. OLE color: 951677.

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

Color convert

RGB 125 133 14 -
CMYK 0.06 0 0.89 0.48
HSL 64.03º 0.81% 0.29% -
HSV(B) 64.03º 0.89% 0.52% -
XYZ 16.92 21.17 3.61 -
YUV 117.04 69.85 133.68 -
System Red Green Blue C M Y K H S L
Decimal 125 133 14 0.06 0 0.89 0.48 64.03 0.81 0.29
Hex 7D 85 E 6 0 59 30 40 51 1D
Octal 175 205 16 6 0 131 60 100 121 35
Binary 1111101 10000101 1110 110 0 1011001 110000 1000000 1010001 11101

Color Harmonies of #7D850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D850E

Black with #7D850E

Text Example


Text Example

White with #7D850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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