Html Css Color HEX #94C675 Olivine

📋 copy color: '#94C675'

red 148 ◦ green 198 ◦ blue 117

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

Shades of Olivine #94C675

Tints of Olivine #94C675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.76%

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 31.97%
G = 42.76%
B = 25.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#94C675 (or 0x94C675) is known color: Olivine. HEX triplet: 94, C6 and 75. RGB value is (148,198,117). Sum of RGB (Red+Green+Blue) = 148+198+117=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #94C675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C675 is #6B398A. Grayscale: #AEAEAE. Windows color (decimal): -7027083 or 7718548. OLE color: 7718548.

HSL color Cylindrical-coordinate representation of color #94C675: hue angle of 97.04º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94C675 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 117 -
CMYK 0.25 0 0.41 0.22
HSL 97.04º 0.42% 0.62% -
HSV(B) 97.04º 0.41% 0.78% -
XYZ 35.62 47.97 24.21 -
YUV 173.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 148 198 117 0.25 0 0.41 0.22 97.04 0.42 0.62
Hex 94 C6 75 19 0 29 16 61 2A 3E
Octal 224 306 165 31 0 51 26 141 52 76
Binary 10010100 11000110 1110101 11001 0 101001 10110 1100001 101010 111110

Color Harmonies of #94C675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C675

Black with #94C675

Text Example


Text Example

White with #94C675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,117); }

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

background-color css

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

 a { background-color: rgb(148,198,117); }

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

border-color css

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

 span { border-color: rgb(148,198,117); }

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