Html Css Color HEX #7C9A01 Olive

📋 copy color: '#7C9A01'

red 124 ◦ green 154 ◦ blue 1

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

Shades of Olive #7C9A01

Tints of Olive #7C9A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.2%

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

R = 44.44%
G = 55.2%
B = 0.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#7C9A01 (or 0x7C9A01) is known color: Olive. HEX triplet: 7C, 9A and 01. RGB value is (124,154,1). Sum of RGB (Red+Green+Blue) = 124+154+1=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #7C9A01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9A01 is #8365FE. Grayscale: #808080. Windows color (decimal): -8611327 or 105084. OLE color: 105084.

HSL color Cylindrical-coordinate representation of color #7C9A01: hue angle of 71.76º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C9A01 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 154 1 -
CMYK 0.19 0 0.99 0.40
HSL 71.76º 0.99% 0.3% -
HSV(B) 71.76º 0.99% 0.6% -
XYZ 19.87 27.4 4.27 -
YUV 127.59 56.56 125.44 -
System Red Green Blue C M Y K H S L
Decimal 124 154 1 0.19 0 0.99 0.40 71.76 0.99 0.3
Hex 7C 9A 1 13 0 63 28 48 63 1E
Octal 174 232 1 23 0 143 50 110 143 36
Binary 1111100 10011010 1 10011 0 1100011 101000 1001000 1100011 11110

Color Harmonies of #7C9A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9A01

Black with #7C9A01

Text Example


Text Example

White with #7C9A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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