Html Css Color HEX #7FAE3D Sushi

📋 copy color: '#7FAE3D'

red 127 ◦ green 174 ◦ blue 61

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

Shades of Sushi #7FAE3D

Tints of Sushi #7FAE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.85%

R = 35.08%
G = 48.07%
B = 16.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#7FAE3D (or 0x7FAE3D) is known color: Sushi. HEX triplet: 7F, AE and 3D. RGB value is (127,174,61). Sum of RGB (Red+Green+Blue) = 127+174+61=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAE3D is #8051C2. Grayscale: #939393. Windows color (decimal): -8409539 or 4042367. OLE color: 4042367.

HSL color Cylindrical-coordinate representation of color #7FAE3D: hue angle of 84.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FAE3D is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 174 61 -
CMYK 0.27 0 0.65 0.32
HSL 84.96º 0.48% 0.46% -
HSV(B) 84.96º 0.65% 0.68% -
XYZ 24.73 35.12 9.89 -
YUV 147.07 79.43 113.69 -
System Red Green Blue C M Y K H S L
Decimal 127 174 61 0.27 0 0.65 0.32 84.96 0.48 0.46
Hex 7F AE 3D 1B 0 41 20 55 30 2E
Octal 177 256 75 33 0 101 40 125 60 56
Binary 1111111 10101110 111101 11011 0 1000001 100000 1010101 110000 101110

Color Harmonies of #7FAE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE3D

Black with #7FAE3D

Text Example


Text Example

White with #7FAE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,174,61); }

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

background-color css

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

 a { background-color: rgb(127,174,61); }

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

border-color css

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

 span { border-color: rgb(127,174,61); }

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