Html Css Color HEX #7C9001 Olive

📋 copy color: '#7C9001'

red 124 ◦ green 144 ◦ blue 1

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

Shades of Olive #7C9001

Tints of Olive #7C9001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

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

R = 46.1%
G = 53.53%
B = 0.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#7C9001 (or 0x7C9001) is known color: Olive. HEX triplet: 7C, 90 and 01. RGB value is (124,144,1). Sum of RGB (Red+Green+Blue) = 124+144+1=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9001 is #836FFE. Grayscale: #7A7A7A. Windows color (decimal): -8613887 or 102524. OLE color: 102524.

HSL color Cylindrical-coordinate representation of color #7C9001: hue angle of 68.39º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C9001 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 144 1 -
CMYK 0.14 0 0.99 0.44
HSL 68.39º 0.99% 0.28% -
HSV(B) 68.39º 0.99% 0.56% -
XYZ 18.29 24.23 3.74 -
YUV 121.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 124 144 1 0.14 0 0.99 0.44 68.39 0.99 0.28
Hex 7C 90 1 E 0 63 2C 44 63 1C
Octal 174 220 1 16 0 143 54 104 143 34
Binary 1111100 10010000 1 1110 0 1100011 101100 1000100 1100011 11100

Color Harmonies of #7C9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9001

Black with #7C9001

Text Example


Text Example

White with #7C9001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,144,1); }

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

background-color css

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

 a { background-color: rgb(124,144,1); }

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

border-color css

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

 span { border-color: rgb(124,144,1); }

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