Html Css Color HEX #94B577 Olivine

📋 copy color: '#94B577'

red 148 ◦ green 181 ◦ blue 119

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

Shades of Olivine #94B577

Tints of Olivine #94B577

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

 BLUE value IS 119 (46.88% from 255) = 26.56%

R = 33.04%
G = 40.4%
B = 26.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#94B577 (or 0x94B577) is known color: Olivine. HEX triplet: 94, B5 and 77. RGB value is (148,181,119). Sum of RGB (Red+Green+Blue) = 148+181+119=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #94B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B577 is #6B4A88. Grayscale: #A4A4A4. Windows color (decimal): -7031433 or 7845268. OLE color: 7845268.

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

Color convert

RGB 148 181 119 -
CMYK 0.18 0 0.34 0.29
HSL 91.94º 0.3% 0.59% -
HSV(B) 91.94º 0.34% 0.71% -
XYZ 32.07 40.68 23.61 -
YUV 164.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 148 181 119 0.18 0 0.34 0.29 91.94 0.3 0.59
Hex 94 B5 77 12 0 22 1D 5C 1E 3B
Octal 224 265 167 22 0 42 35 134 36 73
Binary 10010100 10110101 1110111 10010 0 100010 11101 1011100 11110 111011

Color Harmonies of #94B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B577

Black with #94B577

Text Example


Text Example

White with #94B577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,119); }

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

background-color css

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

 a { background-color: rgb(148,181,119); }

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

border-color css

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

 span { border-color: rgb(148,181,119); }

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