Html Css Color HEX #7CB141 Sushi

📋 copy color: '#7CB141'

red 124 ◦ green 177 ◦ blue 65

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

Shades of Sushi #7CB141

Tints of Sushi #7CB141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 33.88%
G = 48.36%
B = 17.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#7CB141 (or 0x7CB141) is known color: Sushi. HEX triplet: 7C, B1 and 41. RGB value is (124,177,65). Sum of RGB (Red+Green+Blue) = 124+177+65=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB141 is #834EBE. Grayscale: #949494. Windows color (decimal): -8605375 or 4305276. OLE color: 4305276.

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

Color convert

RGB 124 177 65 -
CMYK 0.30 0 0.63 0.31
HSL 88.39º 0.46% 0.47% -
HSV(B) 88.39º 0.63% 0.69% -
XYZ 24.99 36.11 10.65 -
YUV 148.39 80.94 110.61 -
System Red Green Blue C M Y K H S L
Decimal 124 177 65 0.30 0 0.63 0.31 88.39 0.46 0.47
Hex 7C B1 41 1E 0 3F 1F 58 2E 2F
Octal 174 261 101 36 0 77 37 130 56 57
Binary 1111100 10110001 1000001 11110 0 111111 11111 1011000 101110 101111

Color Harmonies of #7CB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB141

Black with #7CB141

Text Example


Text Example

White with #7CB141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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