Html Css Color HEX #94B47D Olivine

📋 copy color: '#94B47D'

red 148 ◦ green 180 ◦ blue 125

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

Shades of Olivine #94B47D

Tints of Olivine #94B47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.74%

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

R = 32.67%
G = 39.74%
B = 27.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#94B47D (or 0x94B47D) is known color: Olivine. HEX triplet: 94, B4 and 7D. RGB value is (148,180,125). Sum of RGB (Red+Green+Blue) = 148+180+125=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #94B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B47D is #6B4B82. Grayscale: #A4A4A4. Windows color (decimal): -7031683 or 8238228. OLE color: 8238228.

HSL color Cylindrical-coordinate representation of color #94B47D: hue angle of 94.91º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94B47D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 180 125 -
CMYK 0.18 0 0.31 0.29
HSL 94.91º 0.27% 0.6% -
HSV(B) 94.91º 0.31% 0.71% -
XYZ 32.24 40.42 25.5 -
YUV 164.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 148 180 125 0.18 0 0.31 0.29 94.91 0.27 0.6
Hex 94 B4 7D 12 0 1F 1D 5F 1B 3C
Octal 224 264 175 22 0 37 35 137 33 74
Binary 10010100 10110100 1111101 10010 0 11111 11101 1011111 11011 111100

Color Harmonies of #94B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B47D

Black with #94B47D

Text Example


Text Example

White with #94B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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