Html Css Color HEX #94C168 Olivine

📋 copy color: '#94C168'

red 148 ◦ green 193 ◦ blue 104

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

Shades of Olivine #94C168

Tints of Olivine #94C168

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 33.26%
G = 43.37%
B = 23.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#94C168 (or 0x94C168) is known color: Olivine. HEX triplet: 94, C1 and 68. RGB value is (148,193,104). Sum of RGB (Red+Green+Blue) = 148+193+104=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #94C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C168 is #6B3E97. Grayscale: #A9A9A9. Windows color (decimal): -7028376 or 6865300. OLE color: 6865300.

HSL color Cylindrical-coordinate representation of color #94C168: hue angle of 90.34º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94C168 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 104 -
CMYK 0.23 0 0.46 0.24
HSL 90.34º 0.42% 0.58% -
HSV(B) 90.34º 0.46% 0.76% -
XYZ 33.78 45.44 20.09 -
YUV 169.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 148 193 104 0.23 0 0.46 0.24 90.34 0.42 0.58
Hex 94 C1 68 17 0 2E 18 5A 2A 3A
Octal 224 301 150 27 0 56 30 132 52 72
Binary 10010100 11000001 1101000 10111 0 101110 11000 1011010 101010 111010

Color Harmonies of #94C168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C168

Black with #94C168

Text Example


Text Example

White with #94C168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,193,104); }

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

background-color css

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

 a { background-color: rgb(148,193,104); }

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

border-color css

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

 span { border-color: rgb(148,193,104); }

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