Html Css Color HEX #94AF80 Olivine

📋 copy color: '#94AF80'

red 148 ◦ green 175 ◦ blue 128

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

Shades of Olivine #94AF80

Tints of Olivine #94AF80

RGB

 RED value IS 148 (58.2% from 255) = 32.82%

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

 BLUE value IS 128 (50.39% from 255) = 28.38%

R = 32.82%
G = 38.8%
B = 28.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#94AF80 (or 0x94AF80) is known color: Olivine. HEX triplet: 94, AF and 80. RGB value is (148,175,128). Sum of RGB (Red+Green+Blue) = 148+175+128=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF80 is #6B507F. Grayscale: #A1A1A1. Windows color (decimal): -7032960 or 8433556. OLE color: 8433556.

HSL color Cylindrical-coordinate representation of color #94AF80: hue angle of 94.47º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94AF80 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 175 128 -
CMYK 0.15 0 0.27 0.31
HSL 94.47º 0.23% 0.59% -
HSV(B) 94.47º 0.27% 0.69% -
XYZ 31.44 38.51 26.2 -
YUV 161.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 148 175 128 0.15 0 0.27 0.31 94.47 0.23 0.59
Hex 94 AF 80 F 0 1B 1F 5E 17 3B
Octal 224 257 200 17 0 33 37 136 27 73
Binary 10010100 10101111 10000000 1111 0 11011 11111 1011110 10111 111011

Color Harmonies of #94AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF80

Black with #94AF80

Text Example


Text Example

White with #94AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AF80; }

 p { color: rgb(148,175,128); }

 H1.HeaderClassName
 {
   color: #94AF80;
 }
 .AnyTagClassName
 {
   color: #94AF80;
 }
</style>

background-color css

<style>
 a { background-color: #94AF80; }

 a { background-color: rgb(148,175,128); }

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

border-color css

<style>
 span { border-color: #94AF80; }

 span { border-color: rgb(148,175,128); }

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