Html Css Color HEX #7D920B Olive

📋 copy color: '#7D920B'

red 125 ◦ green 146 ◦ blue 11

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

Shades of Olive #7D920B

Tints of Olive #7D920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.77%

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

R = 44.33%
G = 51.77%
B = 3.9%

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

#7D920B (or 0x7D920B) is known color: Olive. HEX triplet: 7D, 92 and 0B. RGB value is (125,146,11). Sum of RGB (Red+Green+Blue) = 125+146+11=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #7D920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D920B is #826DF4. Grayscale: #7C7C7C. Windows color (decimal): -8547829 or 758397. OLE color: 758397.

HSL color Cylindrical-coordinate representation of color #7D920B: hue angle of 69.33º 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 #7D920B is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 11 -
CMYK 0.14 0 0.92 0.43
HSL 69.33º 0.86% 0.31% -
HSV(B) 69.33º 0.92% 0.57% -
XYZ 18.8 24.94 4.14 -
YUV 124.33 64.04 128.48 -
System Red Green Blue C M Y K H S L
Decimal 125 146 11 0.14 0 0.92 0.43 69.33 0.86 0.31
Hex 7D 92 B E 0 5C 2B 45 56 1F
Octal 175 222 13 16 0 134 53 105 126 37
Binary 1111101 10010010 1011 1110 0 1011100 101011 1000101 1010110 11111

Color Harmonies of #7D920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D920B

Black with #7D920B

Text Example


Text Example

White with #7D920B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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