Html Css Color HEX #7D9401 Olive

📋 copy color: '#7D9401'

red 125 ◦ green 148 ◦ blue 1

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

Shades of Olive #7D9401

Tints of Olive #7D9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 45.62%
G = 54.01%
B = 0.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#7D9401 (or 0x7D9401) is known color: Olive. HEX triplet: 7D, 94 and 01. RGB value is (125,148,1). Sum of RGB (Red+Green+Blue) = 125+148+1=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9401 is #826BFE. Grayscale: #7C7C7C. Windows color (decimal): -8547327 or 103549. OLE color: 103549.

HSL color Cylindrical-coordinate representation of color #7D9401: hue angle of 69.39º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D9401 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 1 -
CMYK 0.16 0 0.99 0.42
HSL 69.39º 0.99% 0.29% -
HSV(B) 69.39º 0.99% 0.58% -
XYZ 19.05 25.54 3.95 -
YUV 124.37 58.38 128.45 -
System Red Green Blue C M Y K H S L
Decimal 125 148 1 0.16 0 0.99 0.42 69.39 0.99 0.29
Hex 7D 94 1 10 0 63 2A 45 63 1D
Octal 175 224 1 20 0 143 52 105 143 35
Binary 1111101 10010100 1 10000 0 1100011 101010 1000101 1100011 11101

Color Harmonies of #7D9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9401

Black with #7D9401

Text Example


Text Example

White with #7D9401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,1); }

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

background-color css

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

 a { background-color: rgb(125,148,1); }

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

border-color css

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

 span { border-color: rgb(125,148,1); }

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