Html Css Color HEX #7BC006 Lima

📋 copy color: '#7BC006'

red 123 ◦ green 192 ◦ blue 6

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

Shades of Lima #7BC006

Tints of Lima #7BC006

RGB

 RED value IS 123 (48.44% from 255) = 38.32%

 GREEN value IS 192 (75.39% from 255) = 59.81%

 BLUE value IS 6 (2.73% from 255) = 1.87%

R = 38.32%
G = 59.81%
B = 1.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#7BC006 (or 0x7BC006) is known color: Lima. HEX triplet: 7B, C0 and 06. RGB value is (123,192,6). Sum of RGB (Red+Green+Blue) = 123+192+6=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC006 is #843FF9. Grayscale: #969696. Windows color (decimal): -8667130 or 442491. OLE color: 442491.

HSL color Cylindrical-coordinate representation of color #7BC006: hue angle of 82.26º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BC006 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 192 6 -
CMYK 0.36 0 0.97 0.25
HSL 82.26º 0.94% 0.39% -
HSV(B) 82.26º 0.97% 0.75% -
XYZ 27.05 41.92 6.84 -
YUV 150.17 46.64 108.62 -
System Red Green Blue C M Y K H S L
Decimal 123 192 6 0.36 0 0.97 0.25 82.26 0.94 0.39
Hex 7B C0 6 24 0 61 19 52 5E 27
Octal 173 300 6 44 0 141 31 122 136 47
Binary 1111011 11000000 110 100100 0 1100001 11001 1010010 1011110 100111

Color Harmonies of #7BC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC006

Black with #7BC006

Text Example


Text Example

White with #7BC006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,192,6); }

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

background-color css

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

 a { background-color: rgb(123,192,6); }

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

border-color css

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

 span { border-color: rgb(123,192,6); }

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