Html Css Color HEX #7CA326 Sushi

📋 copy color: '#7CA326'

red 124 ◦ green 163 ◦ blue 38

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

Shades of Sushi #7CA326

Tints of Sushi #7CA326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.15%

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 38.15%
G = 50.15%
B = 11.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#7CA326 (or 0x7CA326) is known color: Sushi. HEX triplet: 7C, A3 and 26. RGB value is (124,163,38). Sum of RGB (Red+Green+Blue) = 124+163+38=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA326 is #835CD9. Grayscale: #898989. Windows color (decimal): -8608986 or 2532220. OLE color: 2532220.

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

Color convert

RGB 124 163 38 -
CMYK 0.24 0 0.77 0.36
HSL 78.72º 0.62% 0.39% -
HSV(B) 78.72º 0.77% 0.64% -
XYZ 21.76 30.62 6.6 -
YUV 137.09 72.08 118.66 -
System Red Green Blue C M Y K H S L
Decimal 124 163 38 0.24 0 0.77 0.36 78.72 0.62 0.39
Hex 7C A3 26 18 0 4D 24 4F 3E 27
Octal 174 243 46 30 0 115 44 117 76 47
Binary 1111100 10100011 100110 11000 0 1001101 100100 1001111 111110 100111

Color Harmonies of #7CA326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA326

Black with #7CA326

Text Example


Text Example

White with #7CA326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,163,38); }

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

background-color css

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

 a { background-color: rgb(124,163,38); }

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

border-color css

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

 span { border-color: rgb(124,163,38); }

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