Html Css Color HEX #7C9204 Olive

📋 copy color: '#7C9204'

red 124 ◦ green 146 ◦ blue 4

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

Shades of Olive #7C9204

Tints of Olive #7C9204

RGB

 RED value IS 124 (48.83% from 255) = 45.26%

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

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

R = 45.26%
G = 53.28%
B = 1.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#7C9204 (or 0x7C9204) is known color: Olive. HEX triplet: 7C, 92 and 04. RGB value is (124,146,4). Sum of RGB (Red+Green+Blue) = 124+146+4=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9204 is #836DFB. Grayscale: #7B7B7B. Windows color (decimal): -8613372 or 299644. OLE color: 299644.

HSL color Cylindrical-coordinate representation of color #7C9204: hue angle of 69.3º 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 #7C9204 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 146 4 -
CMYK 0.15 0 0.97 0.43
HSL 69.3º 0.95% 0.29% -
HSV(B) 69.3º 0.97% 0.57% -
XYZ 18.61 24.85 3.93 -
YUV 123.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 124 146 4 0.15 0 0.97 0.43 69.3 0.95 0.29
Hex 7C 92 4 F 0 61 2B 45 5F 1D
Octal 174 222 4 17 0 141 53 105 137 35
Binary 1111100 10010010 100 1111 0 1100001 101011 1000101 1011111 11101

Color Harmonies of #7C9204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9204

Black with #7C9204

Text Example


Text Example

White with #7C9204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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