Html Css Color HEX #94B17D Olivine

📋 copy color: '#94B17D'

red 148 ◦ green 177 ◦ blue 125

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

Shades of Olivine #94B17D

Tints of Olivine #94B17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.33%

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

R = 32.89%
G = 39.33%
B = 27.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#94B17D (or 0x94B17D) is known color: Olivine. HEX triplet: 94, B1 and 7D. RGB value is (148,177,125). Sum of RGB (Red+Green+Blue) = 148+177+125=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #94B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B17D is #6B4E82. Grayscale: #A2A2A2. Windows color (decimal): -7032451 or 8237460. OLE color: 8237460.

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

Color convert

RGB 148 177 125 -
CMYK 0.16 0 0.29 0.31
HSL 93.46º 0.25% 0.59% -
HSV(B) 93.46º 0.29% 0.69% -
XYZ 31.64 39.22 25.3 -
YUV 162.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 148 177 125 0.16 0 0.29 0.31 93.46 0.25 0.59
Hex 94 B1 7D 10 0 1D 1F 5D 19 3B
Octal 224 261 175 20 0 35 37 135 31 73
Binary 10010100 10110001 1111101 10000 0 11101 11111 1011101 11001 111011

Color Harmonies of #94B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B17D

Black with #94B17D

Text Example


Text Example

White with #94B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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