Html Css Color HEX #94C060 Olivine

📋 copy color: '#94C060'

red 148 ◦ green 192 ◦ blue 96

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

Shades of Olivine #94C060

Tints of Olivine #94C060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 33.94%
G = 44.04%
B = 22.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#94C060 (or 0x94C060) is known color: Olivine. HEX triplet: 94, C0 and 60. RGB value is (148,192,96). Sum of RGB (Red+Green+Blue) = 148+192+96=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #94C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C060 is #6B3F9F. Grayscale: #A8A8A8. Windows color (decimal): -7028640 or 6340756. OLE color: 6340756.

HSL color Cylindrical-coordinate representation of color #94C060: hue angle of 87.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94C060 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 96 -
CMYK 0.23 0 0.50 0.25
HSL 87.5º 0.43% 0.56% -
HSV(B) 87.5º 0.5% 0.75% -
XYZ 33.17 44.84 17.97 -
YUV 167.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 148 192 96 0.23 0 0.50 0.25 87.5 0.43 0.56
Hex 94 C0 60 17 0 32 19 57 2B 38
Octal 224 300 140 27 0 62 31 127 53 70
Binary 10010100 11000000 1100000 10111 0 110010 11001 1010111 101011 111000

Color Harmonies of #94C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C060

Black with #94C060

Text Example


Text Example

White with #94C060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,96); }

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

background-color css

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

 a { background-color: rgb(148,192,96); }

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

border-color css

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

 span { border-color: rgb(148,192,96); }

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