Html Css Color HEX #94BE72 Olivine

📋 copy color: '#94BE72'

red 148 ◦ green 190 ◦ blue 114

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

Shades of Olivine #94BE72

Tints of Olivine #94BE72

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

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

R = 32.74%
G = 42.04%
B = 25.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#94BE72 (or 0x94BE72) is known color: Olivine. HEX triplet: 94, BE and 72. RGB value is (148,190,114). Sum of RGB (Red+Green+Blue) = 148+190+114=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BE72 is #6B418D. Grayscale: #A9A9A9. Windows color (decimal): -7029134 or 7519892. OLE color: 7519892.

HSL color Cylindrical-coordinate representation of color #94BE72: hue angle of 93.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94BE72 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 190 114 -
CMYK 0.22 0 0.40 0.25
HSL 93.16º 0.37% 0.6% -
HSV(B) 93.16º 0.4% 0.75% -
XYZ 33.66 44.34 22.7 -
YUV 168.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 148 190 114 0.22 0 0.40 0.25 93.16 0.37 0.6
Hex 94 BE 72 16 0 28 19 5D 25 3C
Octal 224 276 162 26 0 50 31 135 45 74
Binary 10010100 10111110 1110010 10110 0 101000 11001 1011101 100101 111100

Color Harmonies of #94BE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BE72

Black with #94BE72

Text Example


Text Example

White with #94BE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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