Html Css Color HEX #8AA641 Sushi

📋 copy color: '#8AA641'

red 138 ◦ green 166 ◦ blue 65

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

Shades of Sushi #8AA641

Tints of Sushi #8AA641

RGB

 RED value IS 138 (54.3% from 255) = 37.4%

 GREEN value IS 166 (65.23% from 255) = 44.99%

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 37.4%
G = 44.99%
B = 17.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#8AA641 (or 0x8AA641) is known color: Sushi. HEX triplet: 8A, A6 and 41. RGB value is (138,166,65). Sum of RGB (Red+Green+Blue) = 138+166+65=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA641 is #7559BE. Grayscale: #929292. Windows color (decimal): -7690687 or 4302474. OLE color: 4302474.

HSL color Cylindrical-coordinate representation of color #8AA641: hue angle of 76.63º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AA641 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 166 65 -
CMYK 0.17 0 0.61 0.35
HSL 76.63º 0.44% 0.45% -
HSV(B) 76.63º 0.61% 0.65% -
XYZ 25.07 33.06 10.06 -
YUV 146.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 138 166 65 0.17 0 0.61 0.35 76.63 0.44 0.45
Hex 8A A6 41 11 0 3D 23 4D 2C 2D
Octal 212 246 101 21 0 75 43 115 54 55
Binary 10001010 10100110 1000001 10001 0 111101 100011 1001101 101100 101101

Color Harmonies of #8AA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA641

Black with #8AA641

Text Example


Text Example

White with #8AA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA641; }

 p { color: rgb(138,166,65); }

 H1.HeaderClassName
 {
   color: #8AA641;
 }
 .AnyTagClassName
 {
   color: #8AA641;
 }
</style>

background-color css

<style>
 a { background-color: #8AA641; }

 a { background-color: rgb(138,166,65); }

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

border-color css

<style>
 span { border-color: #8AA641; }

 span { border-color: rgb(138,166,65); }

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