Html Css Color HEX #94C65F Olivine

📋 copy color: '#94C65F'

red 148 ◦ green 198 ◦ blue 95

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

Shades of Olivine #94C65F

Tints of Olivine #94C65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 33.56%
G = 44.9%
B = 21.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#94C65F (or 0x94C65F) is known color: Olivine. HEX triplet: 94, C6 and 5F. RGB value is (148,198,95). Sum of RGB (Red+Green+Blue) = 148+198+95=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #94C65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C65F is #6B39A0. Grayscale: #ABABAB. Windows color (decimal): -7027105 or 6276756. OLE color: 6276756.

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

Color convert

RGB 148 198 95 -
CMYK 0.25 0 0.52 0.22
HSL 89.13º 0.47% 0.57% -
HSV(B) 89.13º 0.52% 0.78% -
XYZ 34.47 47.51 18.18 -
YUV 171.31 84.94 111.38 -
System Red Green Blue C M Y K H S L
Decimal 148 198 95 0.25 0 0.52 0.22 89.13 0.47 0.57
Hex 94 C6 5F 19 0 34 16 59 2F 39
Octal 224 306 137 31 0 64 26 131 57 71
Binary 10010100 11000110 1011111 11001 0 110100 10110 1011001 101111 111001

Color Harmonies of #94C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C65F

Black with #94C65F

Text Example


Text Example

White with #94C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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