Html Css Color HEX #7D930D Olive

📋 copy color: '#7D930D'

red 125 ◦ green 147 ◦ blue 13

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

Shades of Olive #7D930D

Tints of Olive #7D930D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 43.86%
G = 51.58%
B = 4.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#7D930D (or 0x7D930D) is known color: Olive. HEX triplet: 7D, 93 and 0D. RGB value is (125,147,13). Sum of RGB (Red+Green+Blue) = 125+147+13=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #7D930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D930D is #826CF2. Grayscale: #7D7D7D. Windows color (decimal): -8547571 or 889725. OLE color: 889725.

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

Color convert

RGB 125 147 13 -
CMYK 0.15 0 0.91 0.42
HSL 69.85º 0.84% 0.31% -
HSV(B) 69.85º 0.91% 0.58% -
XYZ 18.96 25.26 4.26 -
YUV 125.15 64.71 127.9 -
System Red Green Blue C M Y K H S L
Decimal 125 147 13 0.15 0 0.91 0.42 69.85 0.84 0.31
Hex 7D 93 D F 0 5B 2A 46 54 1F
Octal 175 223 15 17 0 133 52 106 124 37
Binary 1111101 10010011 1101 1111 0 1011011 101010 1000110 1010100 11111

Color Harmonies of #7D930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D930D

Black with #7D930D

Text Example


Text Example

White with #7D930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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