Html Css Color HEX #7D930A Olive

📋 copy color: '#7D930A'

red 125 ◦ green 147 ◦ blue 10

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

Shades of Olive #7D930A

Tints of Olive #7D930A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.13%

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 44.33%
G = 52.13%
B = 3.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#7D930A (or 0x7D930A) is known color: Olive. HEX triplet: 7D, 93 and 0A. RGB value is (125,147,10). Sum of RGB (Red+Green+Blue) = 125+147+10=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #7D930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D930A is #826CF5. Grayscale: #7D7D7D. Windows color (decimal): -8547574 or 693117. OLE color: 693117.

HSL color Cylindrical-coordinate representation of color #7D930A: hue angle of 69.64º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D930A is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 10 -
CMYK 0.15 0 0.93 0.42
HSL 69.64º 0.87% 0.31% -
HSV(B) 69.64º 0.93% 0.58% -
XYZ 18.95 25.25 4.16 -
YUV 124.8 63.21 128.14 -
System Red Green Blue C M Y K H S L
Decimal 125 147 10 0.15 0 0.93 0.42 69.64 0.87 0.31
Hex 7D 93 A F 0 5D 2A 46 57 1F
Octal 175 223 12 17 0 135 52 106 127 37
Binary 1111101 10010011 1010 1111 0 1011101 101010 1000110 1010111 11111

Color Harmonies of #7D930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D930A

Black with #7D930A

Text Example


Text Example

White with #7D930A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,10); }

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

background-color css

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

 a { background-color: rgb(125,147,10); }

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

border-color css

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

 span { border-color: rgb(125,147,10); }

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