Html Css Color HEX #94B975 Olivine

📋 copy color: '#94B975'

red 148 ◦ green 185 ◦ blue 117

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

Shades of Olivine #94B975

Tints of Olivine #94B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

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

R = 32.89%
G = 41.11%
B = 26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#94B975 (or 0x94B975) is known color: Olivine. HEX triplet: 94, B9 and 75. RGB value is (148,185,117). Sum of RGB (Red+Green+Blue) = 148+185+117=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #94B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B975 is #6B468A. Grayscale: #A6A6A6. Windows color (decimal): -7030411 or 7715220. OLE color: 7715220.

HSL color Cylindrical-coordinate representation of color #94B975: hue angle of 92.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B975 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 185 117 -
CMYK 0.20 0 0.37 0.27
HSL 92.65º 0.33% 0.59% -
HSV(B) 92.65º 0.37% 0.73% -
XYZ 32.77 42.28 23.26 -
YUV 166.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 148 185 117 0.20 0 0.37 0.27 92.65 0.33 0.59
Hex 94 B9 75 14 0 25 1B 5D 21 3B
Octal 224 271 165 24 0 45 33 135 41 73
Binary 10010100 10111001 1110101 10100 0 100101 11011 1011101 100001 111011

Color Harmonies of #94B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B975

Black with #94B975

Text Example


Text Example

White with #94B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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