Html Css Color HEX #7CB708 Lima

📋 copy color: '#7CB708'

red 124 ◦ green 183 ◦ blue 8

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

Shades of Lima #7CB708

Tints of Lima #7CB708

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.1%

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

R = 39.37%
G = 58.1%
B = 2.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#7CB708 (or 0x7CB708) is known color: Lima. HEX triplet: 7C, B7 and 08. RGB value is (124,183,8). Sum of RGB (Red+Green+Blue) = 124+183+8=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB708 is #8348F7. Grayscale: #929292. Windows color (decimal): -8603896 or 571260. OLE color: 571260.

HSL color Cylindrical-coordinate representation of color #7CB708: hue angle of 80.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CB708 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 8 -
CMYK 0.32 0 0.96 0.28
HSL 80.23º 0.92% 0.37% -
HSV(B) 80.23º 0.96% 0.72% -
XYZ 25.29 38.17 6.26 -
YUV 145.41 50.45 112.73 -
System Red Green Blue C M Y K H S L
Decimal 124 183 8 0.32 0 0.96 0.28 80.23 0.92 0.37
Hex 7C B7 8 20 0 60 1C 50 5C 25
Octal 174 267 10 40 0 140 34 120 134 45
Binary 1111100 10110111 1000 100000 0 1100000 11100 1010000 1011100 100101

Color Harmonies of #7CB708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB708

Black with #7CB708

Text Example


Text Example

White with #7CB708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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