Html Css Color HEX #7D850B Olive

📋 copy color: '#7D850B'

red 125 ◦ green 133 ◦ blue 11

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

Shades of Olive #7D850B

Tints of Olive #7D850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 46.47%
G = 49.44%
B = 4.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#7D850B (or 0x7D850B) is known color: Olive. HEX triplet: 7D, 85 and 0B. RGB value is (125,133,11). Sum of RGB (Red+Green+Blue) = 125+133+11=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #7D850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D850B is #827AF4. Grayscale: #757575. Windows color (decimal): -8551157 or 755069. OLE color: 755069.

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

Color convert

RGB 125 133 11 -
CMYK 0.06 0 0.92 0.48
HSL 63.93º 0.85% 0.28% -
HSV(B) 63.93º 0.92% 0.52% -
XYZ 16.91 21.16 3.51 -
YUV 116.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 125 133 11 0.06 0 0.92 0.48 63.93 0.85 0.28
Hex 7D 85 B 6 0 5C 30 40 55 1C
Octal 175 205 13 6 0 134 60 100 125 34
Binary 1111101 10000101 1011 110 0 1011100 110000 1000000 1010101 11100

Color Harmonies of #7D850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D850B

Black with #7D850B

Text Example


Text Example

White with #7D850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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