Html Css Color HEX #7C9935 Sushi

📋 copy color: '#7C9935'

red 124 ◦ green 153 ◦ blue 53

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

Shades of Sushi #7C9935

Tints of Sushi #7C9935

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 53 (21.09% from 255) = 16.06%

R = 37.58%
G = 46.36%
B = 16.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#7C9935 (or 0x7C9935) is known color: Sushi. HEX triplet: 7C, 99 and 35. RGB value is (124,153,53). Sum of RGB (Red+Green+Blue) = 124+153+53=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9935 is #8366CA. Grayscale: #858585. Windows color (decimal): -8611531 or 3512700. OLE color: 3512700.

HSL color Cylindrical-coordinate representation of color #7C9935: hue angle of 77.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C9935 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 53 -
CMYK 0.19 0 0.65 0.4
HSL 77.4º 0.49% 0.4% -
HSV(B) 77.4º 0.65% 0.6% -
XYZ 20.35 27.32 7.57 -
YUV 132.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 124 153 53 0.19 0 0.65 0.4 77.4 0.49 0.4
Hex 7C 99 35 13 0 41 28 4D 31 28
Octal 174 231 65 23 0 101 50 115 61 50
Binary 1111100 10011001 110101 10011 0 1000001 101000 1001101 110001 101000

Color Harmonies of #7C9935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9935

Black with #7C9935

Text Example


Text Example

White with #7C9935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,53); }

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

background-color css

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

 a { background-color: rgb(124,153,53); }

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

border-color css

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

 span { border-color: rgb(124,153,53); }

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