Html Css Color HEX #7FAF3D Sushi

📋 copy color: '#7FAF3D'

red 127 ◦ green 175 ◦ blue 61

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

Shades of Sushi #7FAF3D

Tints of Sushi #7FAF3D

RGB

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

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

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

R = 34.99%
G = 48.21%
B = 16.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#7FAF3D (or 0x7FAF3D) is known color: Sushi. HEX triplet: 7F, AF and 3D. RGB value is (127,175,61). Sum of RGB (Red+Green+Blue) = 127+175+61=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF3D is #8050C2. Grayscale: #949494. Windows color (decimal): -8409283 or 4042623. OLE color: 4042623.

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

Color convert

RGB 127 175 61 -
CMYK 0.27 0 0.65 0.31
HSL 85.26º 0.48% 0.46% -
HSV(B) 85.26º 0.65% 0.69% -
XYZ 24.92 35.51 9.96 -
YUV 147.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 127 175 61 0.27 0 0.65 0.31 85.26 0.48 0.46
Hex 7F AF 3D 1B 0 41 1F 55 30 2E
Octal 177 257 75 33 0 101 37 125 60 56
Binary 1111111 10101111 111101 11011 0 1000001 11111 1010101 110000 101110

Color Harmonies of #7FAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF3D

Black with #7FAF3D

Text Example


Text Example

White with #7FAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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