Html Css Color HEX #94AC6A Olivine

📋 copy color: '#94AC6A'

red 148 ◦ green 172 ◦ blue 106

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

Shades of Olivine #94AC6A

Tints of Olivine #94AC6A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 34.74%
G = 40.38%
B = 24.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#94AC6A (or 0x94AC6A) is known color: Olivine. HEX triplet: 94, AC and 6A. RGB value is (148,172,106). Sum of RGB (Red+Green+Blue) = 148+172+106=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC6A is #6B5395. Grayscale: #9D9D9D. Windows color (decimal): -7033750 or 6990996. OLE color: 6990996.

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

Color convert

RGB 148 172 106 -
CMYK 0.14 0 0.38 0.33
HSL 81.82º 0.28% 0.55% -
HSV(B) 81.82º 0.38% 0.67% -
XYZ 29.57 36.84 19.19 -
YUV 157.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 148 172 106 0.14 0 0.38 0.33 81.82 0.28 0.55
Hex 94 AC 6A E 0 26 21 52 1C 37
Octal 224 254 152 16 0 46 41 122 34 67
Binary 10010100 10101100 1101010 1110 0 100110 100001 1010010 11100 110111

Color Harmonies of #94AC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AC6A

Black with #94AC6A

Text Example


Text Example

White with #94AC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,106); }

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

background-color css

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

 a { background-color: rgb(148,172,106); }

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

border-color css

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

 span { border-color: rgb(148,172,106); }

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