Html Css Color HEX #7D930C Olive

📋 copy color: '#7D930C'

red 125 ◦ green 147 ◦ blue 12

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

Shades of Olive #7D930C

Tints of Olive #7D930C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 44.01%
G = 51.76%
B = 4.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#7D930C (or 0x7D930C) is known color: Olive. HEX triplet: 7D, 93 and 0C. RGB value is (125,147,12). Sum of RGB (Red+Green+Blue) = 125+147+12=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #7D930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D930C is #826CF3. Grayscale: #7D7D7D. Windows color (decimal): -8547572 or 824189. OLE color: 824189.

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

Color convert

RGB 125 147 12 -
CMYK 0.15 0 0.92 0.42
HSL 69.78º 0.85% 0.31% -
HSV(B) 69.78º 0.92% 0.58% -
XYZ 18.96 25.25 4.22 -
YUV 125.03 64.21 127.98 -
System Red Green Blue C M Y K H S L
Decimal 125 147 12 0.15 0 0.92 0.42 69.78 0.85 0.31
Hex 7D 93 C F 0 5C 2A 46 55 1F
Octal 175 223 14 17 0 134 52 106 125 37
Binary 1111101 10010011 1100 1111 0 1011100 101010 1000110 1010101 11111

Color Harmonies of #7D930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D930C

Black with #7D930C

Text Example


Text Example

White with #7D930C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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