Html Css Color HEX #94B665 Olivine

📋 copy color: '#94B665'

red 148 ◦ green 182 ◦ blue 101

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

Shades of Olivine #94B665

Tints of Olivine #94B665

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.23%

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 34.34%
G = 42.23%
B = 23.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#94B665 (or 0x94B665) is known color: Olivine. HEX triplet: 94, B6 and 65. RGB value is (148,182,101). Sum of RGB (Red+Green+Blue) = 148+182+101=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #94B665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B665 is #6B499A. Grayscale: #A2A2A2. Windows color (decimal): -7031195 or 6665876. OLE color: 6665876.

HSL color Cylindrical-coordinate representation of color #94B665: hue angle of 85.19º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94B665 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 101 -
CMYK 0.19 0 0.45 0.29
HSL 85.19º 0.36% 0.55% -
HSV(B) 85.19º 0.45% 0.71% -
XYZ 31.29 40.69 18.52 -
YUV 162.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 148 182 101 0.19 0 0.45 0.29 85.19 0.36 0.55
Hex 94 B6 65 13 0 2D 1D 55 24 37
Octal 224 266 145 23 0 55 35 125 44 67
Binary 10010100 10110110 1100101 10011 0 101101 11101 1010101 100100 110111

Color Harmonies of #94B665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B665

Black with #94B665

Text Example


Text Example

White with #94B665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,182,101); }

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

background-color css

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

 a { background-color: rgb(148,182,101); }

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

border-color css

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

 span { border-color: rgb(148,182,101); }

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