Html Css Color HEX #7CB206 Lima

📋 copy color: '#7CB206'

red 124 ◦ green 178 ◦ blue 6

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

Shades of Lima #7CB206

Tints of Lima #7CB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.79%

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

R = 40.26%
G = 57.79%
B = 1.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#7CB206 (or 0x7CB206) is known color: Lima. HEX triplet: 7C, B2 and 06. RGB value is (124,178,6). Sum of RGB (Red+Green+Blue) = 124+178+6=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB206 is #834DF9. Grayscale: #8E8E8E. Windows color (decimal): -8605178 or 438908. OLE color: 438908.

HSL color Cylindrical-coordinate representation of color #7CB206: hue angle of 78.84º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CB206 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 6 -
CMYK 0.30 0 0.97 0.30
HSL 78.84º 0.93% 0.36% -
HSV(B) 78.84º 0.97% 0.7% -
XYZ 24.27 36.14 5.87 -
YUV 142.25 51.11 114.99 -
System Red Green Blue C M Y K H S L
Decimal 124 178 6 0.30 0 0.97 0.30 78.84 0.93 0.36
Hex 7C B2 6 1E 0 61 1E 4F 5D 24
Octal 174 262 6 36 0 141 36 117 135 44
Binary 1111100 10110010 110 11110 0 1100001 11110 1001111 1011101 100100

Color Harmonies of #7CB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB206

Black with #7CB206

Text Example


Text Example

White with #7CB206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,178,6); }

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

background-color css

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

 a { background-color: rgb(124,178,6); }

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

border-color css

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

 span { border-color: rgb(124,178,6); }

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