Html Css Color HEX #76AB3D Sushi

📋 copy color: '#76AB3D'

red 118 ◦ green 171 ◦ blue 61

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

Shades of Sushi #76AB3D

Tints of Sushi #76AB3D

RGB

 RED value IS 118 (46.48% from 255) = 33.71%

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

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

R = 33.71%
G = 48.86%
B = 17.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#76AB3D (or 0x76AB3D) is known color: Sushi. HEX triplet: 76, AB and 3D. RGB value is (118,171,61). Sum of RGB (Red+Green+Blue) = 118+171+61=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB3D is #8954C2. Grayscale: #8F8F8F. Windows color (decimal): -9000131 or 4041590. OLE color: 4041590.

HSL color Cylindrical-coordinate representation of color #76AB3D: hue angle of 88.91º 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 #76AB3D is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 61 -
CMYK 0.31 0 0.64 0.33
HSL 88.91º 0.47% 0.45% -
HSV(B) 88.91º 0.64% 0.67% -
XYZ 22.88 33.31 9.64 -
YUV 142.61 81.94 110.44 -
System Red Green Blue C M Y K H S L
Decimal 118 171 61 0.31 0 0.64 0.33 88.91 0.47 0.45
Hex 76 AB 3D 1F 0 40 21 59 2F 2D
Octal 166 253 75 37 0 100 41 131 57 55
Binary 1110110 10101011 111101 11111 0 1000000 100001 1011001 101111 101101

Color Harmonies of #76AB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB3D

Black with #76AB3D

Text Example


Text Example

White with #76AB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AB3D; }

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

 H1.HeaderClassName
 {
   color: #76AB3D;
 }
 .AnyTagClassName
 {
   color: #76AB3D;
 }
</style>

background-color css

<style>
 a { background-color: #76AB3D; }

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

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

border-color css

<style>
 span { border-color: #76AB3D; }

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

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