Html Css Color HEX #7CAC30 Sushi

📋 copy color: '#7CAC30'

red 124 ◦ green 172 ◦ blue 48

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

Shades of Sushi #7CAC30

Tints of Sushi #7CAC30

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50%

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 36.05%
G = 50%
B = 13.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#7CAC30 (or 0x7CAC30) is known color: Sushi. HEX triplet: 7C, AC and 30. RGB value is (124,172,48). Sum of RGB (Red+Green+Blue) = 124+172+48=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC30 is #8353CF. Grayscale: #8F8F8F. Windows color (decimal): -8606672 or 3189884. OLE color: 3189884.

HSL color Cylindrical-coordinate representation of color #7CAC30: hue angle of 83.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CAC30 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 172 48 -
CMYK 0.28 0 0.72 0.33
HSL 83.23º 0.56% 0.43% -
HSV(B) 83.23º 0.72% 0.67% -
XYZ 23.6 34 8.12 -
YUV 143.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 124 172 48 0.28 0 0.72 0.33 83.23 0.56 0.43
Hex 7C AC 30 1C 0 48 21 53 38 2B
Octal 174 254 60 34 0 110 41 123 70 53
Binary 1111100 10101100 110000 11100 0 1001000 100001 1010011 111000 101011

Color Harmonies of #7CAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC30

Black with #7CAC30

Text Example


Text Example

White with #7CAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,48); }

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

background-color css

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

 a { background-color: rgb(124,172,48); }

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

border-color css

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

 span { border-color: rgb(124,172,48); }

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