Html Css Color HEX #7D910B Olive

📋 copy color: '#7D910B'

red 125 ◦ green 145 ◦ blue 11

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

Shades of Olive #7D910B

Tints of Olive #7D910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

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

R = 44.48%
G = 51.6%
B = 3.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#7D910B (or 0x7D910B) is known color: Olive. HEX triplet: 7D, 91 and 0B. RGB value is (125,145,11). Sum of RGB (Red+Green+Blue) = 125+145+11=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #7D910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D910B is #826EF4. Grayscale: #7C7C7C. Windows color (decimal): -8548085 or 758141. OLE color: 758141.

HSL color Cylindrical-coordinate representation of color #7D910B: hue angle of 68.96º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D910B is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 145 11 -
CMYK 0.14 0 0.92 0.43
HSL 68.96º 0.86% 0.31% -
HSV(B) 68.96º 0.92% 0.57% -
XYZ 18.64 24.63 4.09 -
YUV 123.74 64.37 128.9 -
System Red Green Blue C M Y K H S L
Decimal 125 145 11 0.14 0 0.92 0.43 68.96 0.86 0.31
Hex 7D 91 B E 0 5C 2B 45 56 1F
Octal 175 221 13 16 0 134 53 105 126 37
Binary 1111101 10010001 1011 1110 0 1011100 101011 1000101 1010110 11111

Color Harmonies of #7D910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D910B

Black with #7D910B

Text Example


Text Example

White with #7D910B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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