Html Css Color HEX #8AA73C Sushi

📋 copy color: '#8AA73C'

red 138 ◦ green 167 ◦ blue 60

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

Shades of Sushi #8AA73C

Tints of Sushi #8AA73C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.75%

 BLUE value IS 60 (23.83% from 255) = 16.44%

R = 37.81%
G = 45.75%
B = 16.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#8AA73C (or 0x8AA73C) is known color: Sushi. HEX triplet: 8A, A7 and 3C. RGB value is (138,167,60). Sum of RGB (Red+Green+Blue) = 138+167+60=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA73C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA73C is #7558C3. Grayscale: #929292. Windows color (decimal): -7690436 or 3975050. OLE color: 3975050.

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

Color convert

RGB 138 167 60 -
CMYK 0.17 0 0.64 0.35
HSL 76.26º 0.47% 0.45% -
HSV(B) 76.26º 0.64% 0.65% -
XYZ 25.12 33.37 9.39 -
YUV 146.13 79.39 122.2 -
System Red Green Blue C M Y K H S L
Decimal 138 167 60 0.17 0 0.64 0.35 76.26 0.47 0.45
Hex 8A A7 3C 11 0 40 23 4C 2F 2D
Octal 212 247 74 21 0 100 43 114 57 55
Binary 10001010 10100111 111100 10001 0 1000000 100011 1001100 101111 101101

Color Harmonies of #8AA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA73C

Black with #8AA73C

Text Example


Text Example

White with #8AA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,167,60); }

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

background-color css

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

 a { background-color: rgb(138,167,60); }

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

border-color css

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

 span { border-color: rgb(138,167,60); }

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