Html Css Color HEX #94AC6D Olivine

📋 copy color: '#94AC6D'

red 148 ◦ green 172 ◦ blue 109

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

Shades of Olivine #94AC6D

Tints of Olivine #94AC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 34.5%
G = 40.09%
B = 25.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#94AC6D (or 0x94AC6D) is known color: Olivine. HEX triplet: 94, AC and 6D. RGB value is (148,172,109). Sum of RGB (Red+Green+Blue) = 148+172+109=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC6D is #6B5392. Grayscale: #9D9D9D. Windows color (decimal): -7033747 or 7187604. OLE color: 7187604.

HSL color Cylindrical-coordinate representation of color #94AC6D: hue angle of 82.86º 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 #94AC6D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 172 109 -
CMYK 0.14 0 0.37 0.33
HSL 82.86º 0.28% 0.55% -
HSV(B) 82.86º 0.37% 0.67% -
XYZ 29.73 36.91 20.02 -
YUV 157.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 148 172 109 0.14 0 0.37 0.33 82.86 0.28 0.55
Hex 94 AC 6D E 0 25 21 53 1C 37
Octal 224 254 155 16 0 45 41 123 34 67
Binary 10010100 10101100 1101101 1110 0 100101 100001 1010011 11100 110111

Color Harmonies of #94AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AC6D

Black with #94AC6D

Text Example


Text Example

White with #94AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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