Html Css Color HEX #94C665 Olivine

📋 copy color: '#94C665'

red 148 ◦ green 198 ◦ blue 101

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

Shades of Olivine #94C665

Tints of Olivine #94C665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 33.11%
G = 44.3%
B = 22.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#94C665 (or 0x94C665) is known color: Olivine. HEX triplet: 94, C6 and 65. RGB value is (148,198,101). Sum of RGB (Red+Green+Blue) = 148+198+101=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #94C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C665 is #6B399A. Grayscale: #ACACAC. Windows color (decimal): -7027099 or 6669972. OLE color: 6669972.

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

Color convert

RGB 148 198 101 -
CMYK 0.25 0 0.49 0.22
HSL 90.93º 0.46% 0.59% -
HSV(B) 90.93º 0.49% 0.78% -
XYZ 34.76 47.62 19.67 -
YUV 171.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 148 198 101 0.25 0 0.49 0.22 90.93 0.46 0.59
Hex 94 C6 65 19 0 31 16 5B 2E 3B
Octal 224 306 145 31 0 61 26 133 56 73
Binary 10010100 11000110 1100101 11001 0 110001 10110 1011011 101110 111011

Color Harmonies of #94C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C665

Black with #94C665

Text Example


Text Example

White with #94C665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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