Html Css Color HEX #7CA325 Sushi

📋 copy color: '#7CA325'

red 124 ◦ green 163 ◦ blue 37

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

Shades of Sushi #7CA325

Tints of Sushi #7CA325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 38.27%
G = 50.31%
B = 11.42%

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

#7CA325 (or 0x7CA325) is known color: Sushi. HEX triplet: 7C, A3 and 25. RGB value is (124,163,37). Sum of RGB (Red+Green+Blue) = 124+163+37=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA325 is #835CDA. Grayscale: #898989. Windows color (decimal): -8608987 or 2466684. OLE color: 2466684.

HSL color Cylindrical-coordinate representation of color #7CA325: hue angle of 78.57º degrees, saturation: 0.63, 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 #7CA325 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 163 37 -
CMYK 0.24 0 0.77 0.36
HSL 78.57º 0.63% 0.39% -
HSV(B) 78.57º 0.77% 0.64% -
XYZ 21.74 30.61 6.51 -
YUV 136.98 71.58 118.75 -
System Red Green Blue C M Y K H S L
Decimal 124 163 37 0.24 0 0.77 0.36 78.57 0.63 0.39
Hex 7C A3 25 18 0 4D 24 4F 3F 27
Octal 174 243 45 30 0 115 44 117 77 47
Binary 1111100 10100011 100101 11000 0 1001101 100100 1001111 111111 100111

Color Harmonies of #7CA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA325

Black with #7CA325

Text Example


Text Example

White with #7CA325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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