Html Css Color HEX #94AB6B Olivine

📋 copy color: '#94AB6B'

red 148 ◦ green 171 ◦ blue 107

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

Shades of Olivine #94AB6B

Tints of Olivine #94AB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 34.74%
G = 40.14%
B = 25.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#94AB6B (or 0x94AB6B) is known color: Olivine. HEX triplet: 94, AB and 6B. RGB value is (148,171,107). Sum of RGB (Red+Green+Blue) = 148+171+107=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB6B is #6B5494. Grayscale: #9D9D9D. Windows color (decimal): -7034005 or 7056276. OLE color: 7056276.

HSL color Cylindrical-coordinate representation of color #94AB6B: hue angle of 81.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94AB6B is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 171 107 -
CMYK 0.13 0 0.37 0.33
HSL 81.56º 0.28% 0.55% -
HSV(B) 81.56º 0.37% 0.67% -
XYZ 29.43 36.48 19.4 -
YUV 156.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 148 171 107 0.13 0 0.37 0.33 81.56 0.28 0.55
Hex 94 AB 6B D 0 25 21 52 1C 37
Octal 224 253 153 15 0 45 41 122 34 67
Binary 10010100 10101011 1101011 1101 0 100101 100001 1010010 11100 110111

Color Harmonies of #94AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB6B

Black with #94AB6B

Text Example


Text Example

White with #94AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,171,107); }

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

background-color css

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

 a { background-color: rgb(148,171,107); }

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

border-color css

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

 span { border-color: rgb(148,171,107); }

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