Html Css Color HEX #7D9204 Olive

📋 copy color: '#7D9204'

red 125 ◦ green 146 ◦ blue 4

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

Shades of Olive #7D9204

Tints of Olive #7D9204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 45.45%
G = 53.09%
B = 1.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#7D9204 (or 0x7D9204) is known color: Olive. HEX triplet: 7D, 92 and 04. RGB value is (125,146,4). Sum of RGB (Red+Green+Blue) = 125+146+4=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9204 is #826DFB. Grayscale: #7C7C7C. Windows color (decimal): -8547836 or 299645. OLE color: 299645.

HSL color Cylindrical-coordinate representation of color #7D9204: hue angle of 68.87º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D9204 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 4 -
CMYK 0.14 0 0.97 0.43
HSL 68.87º 0.95% 0.29% -
HSV(B) 68.87º 0.97% 0.57% -
XYZ 18.76 24.93 3.94 -
YUV 123.53 60.54 129.05 -
System Red Green Blue C M Y K H S L
Decimal 125 146 4 0.14 0 0.97 0.43 68.87 0.95 0.29
Hex 7D 92 4 E 0 61 2B 45 5F 1D
Octal 175 222 4 16 0 141 53 105 137 35
Binary 1111101 10010010 100 1110 0 1100001 101011 1000101 1011111 11101

Color Harmonies of #7D9204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9204

Black with #7D9204

Text Example


Text Example

White with #7D9204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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