Html Css Color HEX #94B672 Olivine

📋 copy color: '#94B672'

red 148 ◦ green 182 ◦ blue 114

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

Shades of Olivine #94B672

Tints of Olivine #94B672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 33.33%
G = 40.99%
B = 25.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#94B672 (or 0x94B672) is known color: Olivine. HEX triplet: 94, B6 and 72. RGB value is (148,182,114). Sum of RGB (Red+Green+Blue) = 148+182+114=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #94B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B672 is #6B498D. Grayscale: #A4A4A4. Windows color (decimal): -7031182 or 7517844. OLE color: 7517844.

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

Color convert

RGB 148 182 114 -
CMYK 0.19 0 0.37 0.29
HSL 90º 0.32% 0.58% -
HSV(B) 90º 0.37% 0.71% -
XYZ 31.98 40.97 22.14 -
YUV 164.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 148 182 114 0.19 0 0.37 0.29 90 0.32 0.58
Hex 94 B6 72 13 0 25 1D 5A 20 3A
Octal 224 266 162 23 0 45 35 132 40 72
Binary 10010100 10110110 1110010 10011 0 100101 11101 1011010 100000 111010

Color Harmonies of #94B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B672

Black with #94B672

Text Example


Text Example

White with #94B672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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