Html Css Color HEX #94B375 Olivine

📋 copy color: '#94B375'

red 148 ◦ green 179 ◦ blue 117

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

Shades of Olivine #94B375

Tints of Olivine #94B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

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

R = 33.33%
G = 40.32%
B = 26.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#94B375 (or 0x94B375) is known color: Olivine. HEX triplet: 94, B3 and 75. RGB value is (148,179,117). Sum of RGB (Red+Green+Blue) = 148+179+117=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #94B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B375 is #6B4C8A. Grayscale: #A2A2A2. Windows color (decimal): -7031947 or 7713684. OLE color: 7713684.

HSL color Cylindrical-coordinate representation of color #94B375: hue angle of 90º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94B375 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 179 117 -
CMYK 0.17 0 0.35 0.30
HSL 90º 0.29% 0.58% -
HSV(B) 90º 0.35% 0.7% -
XYZ 31.54 39.82 22.85 -
YUV 162.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 148 179 117 0.17 0 0.35 0.30 90 0.29 0.58
Hex 94 B3 75 11 0 23 1E 5A 1D 3A
Octal 224 263 165 21 0 43 36 132 35 72
Binary 10010100 10110011 1110101 10001 0 100011 11110 1011010 11101 111010

Color Harmonies of #94B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B375

Black with #94B375

Text Example


Text Example

White with #94B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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