Html Css Color HEX #7CB338 Sushi

📋 copy color: '#7CB338'

red 124 ◦ green 179 ◦ blue 56

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

Shades of Sushi #7CB338

Tints of Sushi #7CB338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.86%

 BLUE value IS 56 (22.27% from 255) = 15.6%

R = 34.54%
G = 49.86%
B = 15.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#7CB338 (or 0x7CB338) is known color: Sushi. HEX triplet: 7C, B3 and 38. RGB value is (124,179,56). Sum of RGB (Red+Green+Blue) = 124+179+56=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB338 is #834CC7. Grayscale: #949494. Windows color (decimal): -8604872 or 3715964. OLE color: 3715964.

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

Color convert

RGB 124 179 56 -
CMYK 0.31 0 0.69 0.30
HSL 86.83º 0.52% 0.46% -
HSV(B) 86.83º 0.69% 0.7% -
XYZ 25.15 36.81 9.52 -
YUV 148.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 124 179 56 0.31 0 0.69 0.30 86.83 0.52 0.46
Hex 7C B3 38 1F 0 45 1E 57 34 2E
Octal 174 263 70 37 0 105 36 127 64 56
Binary 1111100 10110011 111000 11111 0 1000101 11110 1010111 110100 101110

Color Harmonies of #7CB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB338

Black with #7CB338

Text Example


Text Example

White with #7CB338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,56); }

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

background-color css

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

 a { background-color: rgb(124,179,56); }

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

border-color css

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

 span { border-color: rgb(124,179,56); }

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