Html Css Color HEX #7C9B38 Sushi

📋 copy color: '#7C9B38'

red 124 ◦ green 155 ◦ blue 56

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

Shades of Sushi #7C9B38

Tints of Sushi #7C9B38

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.27%

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

R = 37.01%
G = 46.27%
B = 16.72%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#7C9B38 (or 0x7C9B38) is known color: Sushi. HEX triplet: 7C, 9B and 38. RGB value is (124,155,56). Sum of RGB (Red+Green+Blue) = 124+155+56=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9B38 is #8364C7. Grayscale: #868686. Windows color (decimal): -8611016 or 3709820. OLE color: 3709820.

HSL color Cylindrical-coordinate representation of color #7C9B38: hue angle of 78.79º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C9B38 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 155 56 -
CMYK 0.2 0 0.64 0.39
HSL 78.79º 0.47% 0.41% -
HSV(B) 78.79º 0.64% 0.61% -
XYZ 20.75 28.01 8.05 -
YUV 134.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 124 155 56 0.2 0 0.64 0.39 78.79 0.47 0.41
Hex 7C 9B 38 14 0 40 27 4F 2F 29
Octal 174 233 70 24 0 100 47 117 57 51
Binary 1111100 10011011 111000 10100 0 1000000 100111 1001111 101111 101001

Color Harmonies of #7C9B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9B38

Black with #7C9B38

Text Example


Text Example

White with #7C9B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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