Html Css Color HEX #7FAF3F Sushi

📋 copy color: '#7FAF3F'

red 127 ◦ green 175 ◦ blue 63

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

Shades of Sushi #7FAF3F

Tints of Sushi #7FAF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.95%

 BLUE value IS 63 (25% from 255) = 17.26%

R = 34.79%
G = 47.95%
B = 17.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#7FAF3F (or 0x7FAF3F) is known color: Sushi. HEX triplet: 7F, AF and 3F. RGB value is (127,175,63). Sum of RGB (Red+Green+Blue) = 127+175+63=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF3F is #8050C0. Grayscale: #949494. Windows color (decimal): -8409281 or 4173695. OLE color: 4173695.

HSL color Cylindrical-coordinate representation of color #7FAF3F: hue angle of 85.71º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FAF3F is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 63 -
CMYK 0.27 0 0.64 0.31
HSL 85.71º 0.47% 0.47% -
HSV(B) 85.71º 0.64% 0.69% -
XYZ 24.98 35.53 10.24 -
YUV 147.88 80.1 113.11 -
System Red Green Blue C M Y K H S L
Decimal 127 175 63 0.27 0 0.64 0.31 85.71 0.47 0.47
Hex 7F AF 3F 1B 0 40 1F 56 2F 2F
Octal 177 257 77 33 0 100 37 126 57 57
Binary 1111111 10101111 111111 11011 0 1000000 11111 1010110 101111 101111

Color Harmonies of #7FAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF3F

Black with #7FAF3F

Text Example


Text Example

White with #7FAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,63); }

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

background-color css

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

 a { background-color: rgb(127,175,63); }

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

border-color css

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

 span { border-color: rgb(127,175,63); }

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