Html Css Color HEX #94B97D Olivine

📋 copy color: '#94B97D'

red 148 ◦ green 185 ◦ blue 125

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

Shades of Olivine #94B97D

Tints of Olivine #94B97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 32.31%
G = 40.39%
B = 27.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#94B97D (or 0x94B97D) is known color: Olivine. HEX triplet: 94, B9 and 7D. RGB value is (148,185,125). Sum of RGB (Red+Green+Blue) = 148+185+125=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #94B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B97D is #6B4682. Grayscale: #A7A7A7. Windows color (decimal): -7030403 or 8239508. OLE color: 8239508.

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

Color convert

RGB 148 185 125 -
CMYK 0.20 0 0.32 0.27
HSL 97º 0.3% 0.61% -
HSV(B) 97º 0.32% 0.73% -
XYZ 33.26 42.47 25.85 -
YUV 167.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 148 185 125 0.20 0 0.32 0.27 97 0.3 0.61
Hex 94 B9 7D 14 0 20 1B 61 1E 3D
Octal 224 271 175 24 0 40 33 141 36 75
Binary 10010100 10111001 1111101 10100 0 100000 11011 1100001 11110 111101

Color Harmonies of #94B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B97D

Black with #94B97D

Text Example


Text Example

White with #94B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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