Html Css Color HEX #7C9523 Sushi

📋 copy color: '#7C9523'

red 124 ◦ green 149 ◦ blue 35

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

Shades of Sushi #7C9523

Tints of Sushi #7C9523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.38%

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 40.26%
G = 48.38%
B = 11.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#7C9523 (or 0x7C9523) is known color: Sushi. HEX triplet: 7C, 95 and 23. RGB value is (124,149,35). Sum of RGB (Red+Green+Blue) = 124+149+35=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #7C9523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9523 is #836ADC. Grayscale: #808080. Windows color (decimal): -8612573 or 2332028. OLE color: 2332028.

HSL color Cylindrical-coordinate representation of color #7C9523: hue angle of 73.16º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C9523 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 149 35 -
CMYK 0.17 0 0.77 0.42
HSL 73.16º 0.62% 0.36% -
HSV(B) 73.16º 0.77% 0.58% -
XYZ 19.36 25.9 5.57 -
YUV 128.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 124 149 35 0.17 0 0.77 0.42 73.16 0.62 0.36
Hex 7C 95 23 11 0 4D 2A 49 3E 24
Octal 174 225 43 21 0 115 52 111 76 44
Binary 1111100 10010101 100011 10001 0 1001101 101010 1001001 111110 100100

Color Harmonies of #7C9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9523

Black with #7C9523

Text Example


Text Example

White with #7C9523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,149,35); }

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

background-color css

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

 a { background-color: rgb(124,149,35); }

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

border-color css

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

 span { border-color: rgb(124,149,35); }

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