Html Css Color HEX #94AA75 Olivine

📋 copy color: '#94AA75'

red 148 ◦ green 170 ◦ blue 117

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

Shades of Olivine #94AA75

Tints of Olivine #94AA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.08%

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

R = 34.02%
G = 39.08%
B = 26.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#94AA75 (or 0x94AA75) is known color: Olivine. HEX triplet: 94, AA and 75. RGB value is (148,170,117). Sum of RGB (Red+Green+Blue) = 148+170+117=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA75 is #6B558A. Grayscale: #9D9D9D. Windows color (decimal): -7034251 or 7711380. OLE color: 7711380.

HSL color Cylindrical-coordinate representation of color #94AA75: hue angle of 84.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94AA75 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 170 117 -
CMYK 0.13 0 0.31 0.33
HSL 84.91º 0.24% 0.56% -
HSV(B) 84.91º 0.31% 0.67% -
XYZ 29.8 36.33 22.27 -
YUV 157.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 148 170 117 0.13 0 0.31 0.33 84.91 0.24 0.56
Hex 94 AA 75 D 0 1F 21 55 18 38
Octal 224 252 165 15 0 37 41 125 30 70
Binary 10010100 10101010 1110101 1101 0 11111 100001 1010101 11000 111000

Color Harmonies of #94AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA75

Black with #94AA75

Text Example


Text Example

White with #94AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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