Html Css Color HEX #7C9B11 Lima

📋 copy color: '#7C9B11'

red 124 ◦ green 155 ◦ blue 17

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

Shades of Lima #7C9B11

Tints of Lima #7C9B11

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.36%

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 41.89%
G = 52.36%
B = 5.74%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#7C9B11 (or 0x7C9B11) is known color: Lima. HEX triplet: 7C, 9B and 11. RGB value is (124,155,17). Sum of RGB (Red+Green+Blue) = 124+155+17=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9B11 is #8364EE. Grayscale: #828282. Windows color (decimal): -8611055 or 1153916. OLE color: 1153916.

HSL color Cylindrical-coordinate representation of color #7C9B11: hue angle of 73.48º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C9B11 is Cyan = 0.2, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 155 17 -
CMYK 0.2 0 0.89 0.39
HSL 73.48º 0.8% 0.34% -
HSV(B) 73.48º 0.89% 0.61% -
XYZ 20.13 27.77 4.83 -
YUV 130 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 124 155 17 0.2 0 0.89 0.39 73.48 0.8 0.34
Hex 7C 9B 11 14 0 59 27 49 50 22
Octal 174 233 21 24 0 131 47 111 120 42
Binary 1111100 10011011 10001 10100 0 1011001 100111 1001001 1010000 100010

Color Harmonies of #7C9B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9B11

Black with #7C9B11

Text Example


Text Example

White with #7C9B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,155,17); }

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

background-color css

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

 a { background-color: rgb(124,155,17); }

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

border-color css

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

 span { border-color: rgb(124,155,17); }

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