Html Css Color HEX #7FAA3B Sushi

📋 copy color: '#7FAA3B'

red 127 ◦ green 170 ◦ blue 59

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

Shades of Sushi #7FAA3B

Tints of Sushi #7FAA3B

RGB

 RED value IS 127 (50% from 255) = 35.67%

 GREEN value IS 170 (66.8% from 255) = 47.75%

 BLUE value IS 59 (23.44% from 255) = 16.57%

R = 35.67%
G = 47.75%
B = 16.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#7FAA3B (or 0x7FAA3B) is known color: Sushi. HEX triplet: 7F, AA and 3B. RGB value is (127,170,59). Sum of RGB (Red+Green+Blue) = 127+170+59=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA3B is #8055C4. Grayscale: #909090. Windows color (decimal): -8410565 or 3910271. OLE color: 3910271.

HSL color Cylindrical-coordinate representation of color #7FAA3B: hue angle of 83.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FAA3B is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 170 59 -
CMYK 0.25 0 0.65 0.33
HSL 83.24º 0.48% 0.45% -
HSV(B) 83.24º 0.65% 0.67% -
XYZ 23.92 33.58 9.36 -
YUV 144.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 127 170 59 0.25 0 0.65 0.33 83.24 0.48 0.45
Hex 7F AA 3B 19 0 41 21 53 30 2D
Octal 177 252 73 31 0 101 41 123 60 55
Binary 1111111 10101010 111011 11001 0 1000001 100001 1010011 110000 101101

Color Harmonies of #7FAA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA3B

Black with #7FAA3B

Text Example


Text Example

White with #7FAA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,170,59); }

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

background-color css

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

 a { background-color: rgb(127,170,59); }

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

border-color css

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

 span { border-color: rgb(127,170,59); }

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