Html Css Color HEX #7FAB3D Sushi

📋 copy color: '#7FAB3D'

red 127 ◦ green 171 ◦ blue 61

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

Shades of Sushi #7FAB3D

Tints of Sushi #7FAB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.63%

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

R = 35.38%
G = 47.63%
B = 16.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#7FAB3D (or 0x7FAB3D) is known color: Sushi. HEX triplet: 7F, AB and 3D. RGB value is (127,171,61). Sum of RGB (Red+Green+Blue) = 127+171+61=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAB3D is #8054C2. Grayscale: #919191. Windows color (decimal): -8410307 or 4041599. OLE color: 4041599.

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

Color convert

RGB 127 171 61 -
CMYK 0.26 0 0.64 0.33
HSL 84º 0.47% 0.45% -
HSV(B) 84º 0.64% 0.67% -
XYZ 24.16 33.97 9.7 -
YUV 145.3 80.42 114.94 -
System Red Green Blue C M Y K H S L
Decimal 127 171 61 0.26 0 0.64 0.33 84 0.47 0.45
Hex 7F AB 3D 1A 0 40 21 54 2F 2D
Octal 177 253 75 32 0 100 41 124 57 55
Binary 1111111 10101011 111101 11010 0 1000000 100001 1010100 101111 101101

Color Harmonies of #7FAB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB3D

Black with #7FAB3D

Text Example


Text Example

White with #7FAB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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