Html Css Color HEX #7C9B17 Lima

📋 copy color: '#7C9B17'

red 124 ◦ green 155 ◦ blue 23

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

Shades of Lima #7C9B17

Tints of Lima #7C9B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.62%

R = 41.06%
G = 51.32%
B = 7.62%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#7C9B17 (or 0x7C9B17) is known color: Lima. HEX triplet: 7C, 9B and 17. RGB value is (124,155,23). Sum of RGB (Red+Green+Blue) = 124+155+23=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9B17 is #8364E8. Grayscale: #838383. Windows color (decimal): -8611049 or 1547132. OLE color: 1547132.

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

Color convert

RGB 124 155 23 -
CMYK 0.2 0 0.85 0.39
HSL 74.09º 0.74% 0.35% -
HSV(B) 74.09º 0.85% 0.61% -
XYZ 20.19 27.79 5.11 -
YUV 130.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 124 155 23 0.2 0 0.85 0.39 74.09 0.74 0.35
Hex 7C 9B 17 14 0 55 27 4A 4A 23
Octal 174 233 27 24 0 125 47 112 112 43
Binary 1111100 10011011 10111 10100 0 1010101 100111 1001010 1001010 100011

Color Harmonies of #7C9B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9B17

Black with #7C9B17

Text Example


Text Example

White with #7C9B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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