Html Css Color HEX #94C574 Olivine

📋 copy color: '#94C574'

red 148 ◦ green 197 ◦ blue 116

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

Shades of Olivine #94C574

Tints of Olivine #94C574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 32.1%
G = 42.73%
B = 25.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#94C574 (or 0x94C574) is known color: Olivine. HEX triplet: 94, C5 and 74. RGB value is (148,197,116). Sum of RGB (Red+Green+Blue) = 148+197+116=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #94C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C574 is #6B3A8B. Grayscale: #ADADAD. Windows color (decimal): -7027340 or 7652756. OLE color: 7652756.

HSL color Cylindrical-coordinate representation of color #94C574: hue angle of 96.3º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94C574 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 116 -
CMYK 0.25 0 0.41 0.23
HSL 96.3º 0.41% 0.61% -
HSV(B) 96.3º 0.41% 0.77% -
XYZ 35.33 47.49 23.83 -
YUV 173.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 148 197 116 0.25 0 0.41 0.23 96.3 0.41 0.61
Hex 94 C5 74 19 0 29 17 60 29 3D
Octal 224 305 164 31 0 51 27 140 51 75
Binary 10010100 11000101 1110100 11001 0 101001 10111 1100000 101001 111101

Color Harmonies of #94C574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C574

Black with #94C574

Text Example


Text Example

White with #94C574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,116); }

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

background-color css

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

 a { background-color: rgb(148,197,116); }

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

border-color css

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

 span { border-color: rgb(148,197,116); }

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