Html Css Color HEX #7CAE34 Sushi

📋 copy color: '#7CAE34'

red 124 ◦ green 174 ◦ blue 52

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

Shades of Sushi #7CAE34

Tints of Sushi #7CAE34

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.71%

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 35.43%
G = 49.71%
B = 14.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#7CAE34 (or 0x7CAE34) is known color: Sushi. HEX triplet: 7C, AE and 34. RGB value is (124,174,52). Sum of RGB (Red+Green+Blue) = 124+174+52=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAE34 is #8351CB. Grayscale: #919191. Windows color (decimal): -8606156 or 3452540. OLE color: 3452540.

HSL color Cylindrical-coordinate representation of color #7CAE34: hue angle of 84.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CAE34 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 174 52 -
CMYK 0.29 0 0.70 0.32
HSL 84.59º 0.54% 0.44% -
HSV(B) 84.59º 0.7% 0.68% -
XYZ 24.07 34.81 8.7 -
YUV 145.14 75.44 112.92 -
System Red Green Blue C M Y K H S L
Decimal 124 174 52 0.29 0 0.70 0.32 84.59 0.54 0.44
Hex 7C AE 34 1D 0 46 20 55 36 2C
Octal 174 256 64 35 0 106 40 125 66 54
Binary 1111100 10101110 110100 11101 0 1000110 100000 1010101 110110 101100

Color Harmonies of #7CAE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAE34

Black with #7CAE34

Text Example


Text Example

White with #7CAE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,174,52); }

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

background-color css

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

 a { background-color: rgb(124,174,52); }

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

border-color css

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

 span { border-color: rgb(124,174,52); }

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