Html Css Color HEX #7CB108 Lima

📋 copy color: '#7CB108'

red 124 ◦ green 177 ◦ blue 8

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

Shades of Lima #7CB108

Tints of Lima #7CB108

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.28%

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 40.13%
G = 57.28%
B = 2.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#7CB108 (or 0x7CB108) is known color: Lima. HEX triplet: 7C, B1 and 08. RGB value is (124,177,8). Sum of RGB (Red+Green+Blue) = 124+177+8=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB108 is #834EF7. Grayscale: #8E8E8E. Windows color (decimal): -8605432 or 569724. OLE color: 569724.

HSL color Cylindrical-coordinate representation of color #7CB108: hue angle of 78.82º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CB108 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 177 8 -
CMYK 0.30 0 0.95 0.31
HSL 78.82º 0.91% 0.36% -
HSV(B) 78.82º 0.95% 0.69% -
XYZ 24.08 35.75 5.86 -
YUV 141.89 52.44 115.24 -
System Red Green Blue C M Y K H S L
Decimal 124 177 8 0.30 0 0.95 0.31 78.82 0.91 0.36
Hex 7C B1 8 1E 0 5F 1F 4F 5B 24
Octal 174 261 10 36 0 137 37 117 133 44
Binary 1111100 10110001 1000 11110 0 1011111 11111 1001111 1011011 100100

Color Harmonies of #7CB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB108

Black with #7CB108

Text Example


Text Example

White with #7CB108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,177,8); }

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

background-color css

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

 a { background-color: rgb(124,177,8); }

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

border-color css

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

 span { border-color: rgb(124,177,8); }

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