Html Css Color HEX #94AD6B Olivine

📋 copy color: '#94AD6B'

red 148 ◦ green 173 ◦ blue 107

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

Shades of Olivine #94AD6B

Tints of Olivine #94AD6B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

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

R = 34.58%
G = 40.42%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#94AD6B (or 0x94AD6B) is known color: Olivine. HEX triplet: 94, AD and 6B. RGB value is (148,173,107). Sum of RGB (Red+Green+Blue) = 148+173+107=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD6B is #6B5294. Grayscale: #9E9E9E. Windows color (decimal): -7033493 or 7056788. OLE color: 7056788.

HSL color Cylindrical-coordinate representation of color #94AD6B: hue angle of 82.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94AD6B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 107 -
CMYK 0.14 0 0.38 0.32
HSL 82.73º 0.29% 0.55% -
HSV(B) 82.73º 0.38% 0.68% -
XYZ 29.81 37.24 19.53 -
YUV 158 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 148 173 107 0.14 0 0.38 0.32 82.73 0.29 0.55
Hex 94 AD 6B E 0 26 20 53 1D 37
Octal 224 255 153 16 0 46 40 123 35 67
Binary 10010100 10101101 1101011 1110 0 100110 100000 1010011 11101 110111

Color Harmonies of #94AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD6B

Black with #94AD6B

Text Example


Text Example

White with #94AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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