Html Css Color HEX #94AD75 Olivine

📋 copy color: '#94AD75'

red 148 ◦ green 173 ◦ blue 117

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

Shades of Olivine #94AD75

Tints of Olivine #94AD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.5%

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 33.79%
G = 39.5%
B = 26.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#94AD75 (or 0x94AD75) is known color: Olivine. HEX triplet: 94, AD and 75. RGB value is (148,173,117). Sum of RGB (Red+Green+Blue) = 148+173+117=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD75 is #6B528A. Grayscale: #9F9F9F. Windows color (decimal): -7033483 or 7712148. OLE color: 7712148.

HSL color Cylindrical-coordinate representation of color #94AD75: hue angle of 86.79º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94AD75 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 117 -
CMYK 0.14 0 0.32 0.32
HSL 86.79º 0.25% 0.57% -
HSV(B) 86.79º 0.32% 0.68% -
XYZ 30.37 37.47 22.46 -
YUV 159.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 148 173 117 0.14 0 0.32 0.32 86.79 0.25 0.57
Hex 94 AD 75 E 0 20 20 57 19 39
Octal 224 255 165 16 0 40 40 127 31 71
Binary 10010100 10101101 1110101 1110 0 100000 100000 1010111 11001 111001

Color Harmonies of #94AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD75

Black with #94AD75

Text Example


Text Example

White with #94AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,173,117); }

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

background-color css

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

 a { background-color: rgb(148,173,117); }

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

border-color css

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

 span { border-color: rgb(148,173,117); }

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