Html Css Color HEX #94B277 Olivine

📋 copy color: '#94B277'

red 148 ◦ green 178 ◦ blue 119

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

Shades of Olivine #94B277

Tints of Olivine #94B277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

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

R = 33.26%
G = 40%
B = 26.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#94B277 (or 0x94B277) is known color: Olivine. HEX triplet: 94, B2 and 77. RGB value is (148,178,119). Sum of RGB (Red+Green+Blue) = 148+178+119=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #94B277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B277 is #6B4D88. Grayscale: #A2A2A2. Windows color (decimal): -7032201 or 7844500. OLE color: 7844500.

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

Color convert

RGB 148 178 119 -
CMYK 0.17 0 0.33 0.30
HSL 90.51º 0.28% 0.58% -
HSV(B) 90.51º 0.33% 0.7% -
XYZ 31.46 39.47 23.41 -
YUV 162.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 148 178 119 0.17 0 0.33 0.30 90.51 0.28 0.58
Hex 94 B2 77 11 0 21 1E 5B 1C 3A
Octal 224 262 167 21 0 41 36 133 34 72
Binary 10010100 10110010 1110111 10001 0 100001 11110 1011011 11100 111010

Color Harmonies of #94B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B277

Black with #94B277

Text Example


Text Example

White with #94B277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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